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

12 lines
169 B
JSON
Executable file

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