ajv/spec/remotes/node.json

11 lines
214 B
JSON

{
"$id": "http://localhost:1234/node.json",
"description": "node",
"type": "object",
"properties": {
"value": { "type": "number" },
"subtree": { "$ref": "tree.json" }
},
"required": ["value"]
}