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

22 lines
363 B
JSON
Executable file

{
"type": "object",
"properties": {
"type": { "$ref": "NodeType.json" },
"value": { "$ref": "Node.json" },
"meta": {
"type": "object",
"properties": {
"syntax": {
"type": "string",
"enum": ["PREFIX_DOTS", "SUFFIX_DOTS"]
}
}
}
},
"required": [
"type",
"value",
"meta"
]
}