json-schema-validator/test/issue-101/schema.json

13 lines
250 B
JSON

{
"$id": "http://xxx.local/schemas/mySchema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"top": {
"type": "integer"
},
"required": ["top"]
}
}