{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/latest.json",
  "title": "Gateway configuration",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/dwp/schemas/main/exchange/publishing-tools/gateway-config-schema.json",
    "sourceSha256": "9b939b0d2a63d9b39ba111cb4f4c42668e6e9e286344534aff4a2c0d5b20cc61",
    "fileMatch": [
      "**/exchange-config/gateway/prod/*.yaml",
      "**/exchange-config/gateway/prod/*.yml",
      "**/exchange-config/gateway/non-prod/*.yaml",
      "**/exchange-config/gateway/non-prod/*.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "services": {
      "title": "Services",
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--service-schema.json"
      }
    }
  },
  "required": [
    "services"
  ],
  "additionalProperties": false
}
