{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/albato-a-single-no-code-platform-for-all-automations/refs/heads/main/json-structure/albato-albato-connections-webhook-structure.json", "title": "Webhook", "description": "An inbound webhook endpoint", "type": "object", "properties": { "id": { "type": "string", "description": "" }, "name": { "type": "string", "description": "" }, "description": { "type": "string", "description": "" }, "url": { "type": "uri", "description": "Webhook endpoint URL" }, "created_at": { "type": "datetime", "description": "" } } }