Datadog · Schema

EventResponse

Response wrapper for a single event

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

datadog-events-event-response-schema.json Raw ↑
{
  "$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"
    }
  }
}