{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/datadog-service-definition/_shared/latest--datadog_pipelines.schema.json",
  "description": "CI Pipelines association",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/DataDog/schema/main/service-catalog/v3/datadog_pipelines.schema.json",
    "sourceSha256": "523c863e274aff4bd81b3a58334de97775e351ec60ac17fc98a37e32d3d0abfc"
  },
  "type": "object",
  "properties": {
    "fingerprints": {
      "description": "A list of CI Fingerprints that associate CI Pipelines with the entity",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}
