{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--plugins-schema.json",
  "title": "Plugins",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/dwp/schemas/main/exchange/publishing-tools/plugins/plugins-schema.json",
    "sourceSha256": "8712f8902acf1fc0c3ebd2ed9f65cde1a0763a8be087443a22f4ace7e585e990"
  },
  "type": "object",
  "properties": {
    "oidc_websso": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--oidc_websso-plugin-schema.json"
    },
    "oidc_apigw": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--oidc_apigw-plugin-schema.json"
    },
    "rate_limiting": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--rate_limiting_advanced-plugin-schema.json"
    },
    "correlationId": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--correlation-id-plugin-schema.json"
    },
    "request_transform_headers": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--request-transformer-actions-schema.json"
    },
    "request_transform_body": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--request-transformer-actions-schema.json"
    },
    "request_transform_querystring": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--request-transformer-actions-schema.json"
    },
    "saml": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--saml-schema.json"
    },
    "kongfig": {
      "title": "Kong configuration",
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  },
  "additionalProperties": false
}
