Kong · Schema

Application

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

JSON Schema

kong-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Application",
  "title": "Application",
  "example": {
    "id": "b15e2460-ba40-431d-9df0-4957fcffacda",
    "labels": {
      "env": "test"
    },
    "name": "App 1",
    "description": "An easy to manage app in a Konnect developer portal",
    "registration_count": 4,
    "portal": {
      "id": "95606071-49c7-4c2e-ae49-8a86d72a8110"
    },
    "auth_strategy": {
      "id": "45606071-49c7-4c2e-ae49-8a86d72a8110",
      "name": "API Key",
      "credential_type": "key_auth",
      "key_names": [
        "apikey"
      ]
    },
    "created_at": "2022-12-22T19:09:30.712Z",
    "updated_at": "2022-12-22T19:09:30.712Z",
    "owner": {
      "id": "8cd9feff-b4da-4a9f-ba49-cbe83c75ff22",
      "type": "developer"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/ClientCredentialsApplication"
    },
    {
      "$ref": "#/components/schemas/KeyAuthApplication"
    }
  ]
}