@apica-io/url-xi
Version:
URL Check for integrations and API monitoring
24 lines (23 loc) • 418 B
JSON
[
{
"key": "demoLibVar",
"type": "number",
"usage": "info",
"value": 5,
"validation": "value > 1 && value <= 10"
},
{
"key": "eventId",
"type": "number",
"usage": "inResponse",
"value": 0,
"description": "The found event id"
},
{
"key":"mySecret",
"type": "string",
"usage":"input",
"value":"A Secret value for the public",
"hideValue": true
}
]