{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationLogsResponse", "title": "IntegrationLogsResponse", "type": "object", "properties": { "total": { "type": "integer", "description": "Total number of log entries for the integration event" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/IntegrationLogEntry" } } } }