{ "type": "object", "name": "CreateWebhookRequest", "properties": { "title": { "type": "string" }, "enabled": { "type": "boolean" }, "targetUrl": { "type": "string" }, "subscriptions": { "type": "array", "description": "", "items": { "type": "object", "properties": { "eventType": { "type": "string" }, "objectType": { "type": "string" }, "fullPayload": { "type": "boolean" } }, "required": [ "eventType", "objectType", "fullPayload" ] } } }, "required": [ "title", "enabled", "targetUrl", "subscriptions" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }