22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"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
|
|
}
|