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