Add examples to test_schema.html
This commit is contained in:
parent
c8aeb1134d
commit
2dfde82197
|
@ -53,6 +53,7 @@
|
||||||
},
|
},
|
||||||
"age": {
|
"age": {
|
||||||
"description": "Age in years",
|
"description": "Age in years",
|
||||||
|
"examples": [18, 65],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue