UNPKG

@unito/integration-api

Version:

The Unito Integration API

22 lines (21 loc) 457 B
{ "$id": "https://unito.io/integration_api/webhookAcknowledgeResponsePayload.schema.json", "title": "WebhookAcknowledgeResponsePayload", "type": "object", "additionalProperties": false, "required": ["statusCode"], "properties": { "statusCode": { "type": "number" }, "headers": { "type": "object", "additionalProperties": { "type": "string" } }, "payload": { "type": "string" } } }