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