Response wrapper for a single event
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-events-event-response-schema.json", "title": "EventResponse", "description": "Response wrapper for a single event", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Event" } } }