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