@rline/json
Version:
JSON Schema compiler
20 lines • 427 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ObjectPropertyOptions",
"type": "object",
"properties": {
"type": {
"const": "object"
},
"target": {
"$ref": "../name/model-name.schema.json"
},
"default": {
"type": "object"
}
},
"required": [
"type",
"target"
]
}