projecte_ionic/node_modules/jsdoctypeparser/schemas/UnionNode.json
2022-02-09 18:30:03 +01:00

14 lines
213 B
JSON
Executable file

{
"type": "object",
"properties": {
"type": { "$ref": "NodeType.json" },
"right": { "$ref": "Node" },
"left": { "$ref": "Node.json" }
},
"required": [
"type",
"right",
"left"
]
}