mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-07-06 04:11:47 +00:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"apiKey": {
|
|
"description": "API key for the service",
|
|
"type": "string",
|
|
"required": true,
|
|
"obscure": true,
|
|
"value": "secret123"
|
|
},
|
|
"/hello": {
|
|
"text": {
|
|
"description": "Welcome message",
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
} |