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

16 lines
262 B
JSON
Executable file

{
"type": "object",
"properties": {
"type": { "$ref": "NodeType.json" },
"string": { "type": "string" },
"quoteStyle": {
"type": "string",
"enum": ["single", "double", "none"]
}
},
"required": [
"type",
"string"
]
}