ajv/spec/remotes/node.json

11 lines
214 B
JSON
Raw Normal View History

{
2017-12-02 21:31:03 +03:00
"$id": "http://localhost:1234/node.json",
"description": "node",
"type": "object",
"properties": {
"value": { "type": "number" },
"subtree": { "$ref": "tree.json" }
},
"required": ["value"]
}