{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/hook", "title": "hook", "type": "object", "properties": { "id": { "type": "string" }, "site_id": { "type": "string" }, "type": { "type": "string" }, "event": { "type": "string" }, "data": { "type": "object", "properties": {} }, "created_at": { "type": "string", "format": "dateTime" }, "updated_at": { "type": "string", "format": "dateTime" }, "disabled": { "type": "boolean" } } }