Add examples
schema keyword
This commit is contained in:
parent
726860cb8e
commit
5021204dfb
5 changed files with 36 additions and 0 deletions
|
@ -121,6 +121,11 @@
|
|||
],
|
||||
"items": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": true
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": [
|
||||
|
@ -483,6 +488,11 @@
|
|||
],
|
||||
"items": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": true
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": [
|
||||
|
|
|
@ -101,6 +101,11 @@
|
|||
"items": {},
|
||||
"nullable": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": {}
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": "number",
|
||||
|
@ -405,6 +410,11 @@
|
|||
"items": {},
|
||||
"nullable": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": {}
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": "number",
|
||||
|
|
|
@ -121,6 +121,11 @@
|
|||
],
|
||||
"items": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": true
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": [
|
||||
|
@ -487,6 +492,11 @@
|
|||
],
|
||||
"items": true
|
||||
},
|
||||
"examples": {
|
||||
"description": "The `examples` keyword.\n\nSee [JSON Schema Validation 9.5. \"examples\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-9.5).",
|
||||
"type": "array",
|
||||
"items": true
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"description": "The `exclusiveMaximum` keyword.\n\nSee [JSON Schema Validation 6.2.3. \"exclusiveMaximum\"](https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.2.3).",
|
||||
"type": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue