Files
jambonz-node/test/data/valid/mixed.json
T

13 lines
211 B
JSON

{
"text": {
"description": "Default text property",
"type": "string"
},
"/hello": {
"text": {
"description": "Welcome message",
"type": "string",
"required": true
}
}
}