UNPKG

@unito/integration-api

Version:

The Unito Integration API

18 lines (17 loc) 434 B
{ "$id": "https://unito.io/integration_api/webhookParseResponsePayload.schema.json", "title": "WebhookParseResponsePayload", "type": "object", "additionalProperties": false, "anyOf": [ { "$ref": "https://unito.io/integration_api/webhookParsedItem.schema.json" }, { "type": "array", "items": { "$ref": "https://unito.io/integration_api/webhookParsedItem.schema.json" } } ] }