Add examples to test_schema.html

This commit is contained in:
jos 2019-03-07 20:50:05 +01:00
parent c8aeb1134d
commit 2dfde82197
1 changed files with 1 additions and 0 deletions

View File

@ -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
}, },