mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-07-04 19:31:48 +00:00
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"text": {
|
|
"description": "Default text property",
|
|
"type": "string"
|
|
},
|
|
"/hello": {
|
|
"text": {
|
|
"description": "Welcome message",
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
} |