{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventTemplateResponse", "title": "EventTemplateResponse", "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "attributes": { "type": "object" } } } } }