Files
CosmicEngine/lib/All/json-schema-validator/test/issue-143/schema.json

22 lines
448 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"unknown_keyword_storage": {
"1": {
"type": "number"
},
"a": {
"type": "string"
}
},
"ref1": {
"$ref": "#/properties/unknown_keyword_storage/1"
},
"refa": {
"$ref": "#/properties/unknown_keyword_storage/a"
}
},
"additionalProperties": false
}