{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/datadog-service-definition/_shared/latest--datadog_events.schema.json",
  "description": "Events association",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/DataDog/schema/main/service-catalog/v3/datadog_events.schema.json",
    "sourceSha256": "a1e859d7b5da72360f6d5e381661e021ca35b80c29e6941b61011151635c76a5"
  },
  "type": "array",
  "items": {
    "properties": {
      "name": {
        "description": "The name of the query",
        "type": "string"
      },
      "query": {
        "description": "The query to run",
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}
