Kong · Schema

CatalogIntegrationAuthorization

Defines the authorization strategy for an integration.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-catalogintegrationauthorization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CatalogIntegrationAuthorization",
  "title": "CatalogIntegrationAuthorization",
  "description": "Defines the authorization strategy for an integration.",
  "oneOf": [
    {
      "type": "object",
      "nullable": true
    },
    {
      "$ref": "#/components/schemas/OAuth"
    },
    {
      "$ref": "#/components/schemas/MultiKeyAuth"
    },
    {
      "$ref": "#/components/schemas/GitHubAppInstallationAuth"
    }
  ]
}