{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationEventsResponse", "title": "IntegrationEventsResponse", "type": "object", "properties": { "total": { "type": "integer", "description": "Total number of integration events matching the query" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/IntegrationEvent" } } } }