UNPKG

@unito/integration-api

Version:

The Unito Integration API

24 lines (23 loc) 477 B
{ "$id": "https://unito.io/integration_api/webhookSubscriptionPayload.schema.json", "title": "WebhookSubscriptionPayload", "type": "object", "required": ["itemPath", "targetUrl", "action"], "additionalProperties": false, "properties": { "itemPath": { "type": "string" }, "targetURL": { "type": "string", "format": "uri" }, "action": { "type": "string", "enum": [ "start", "stop" ] } } }