Kong · Schema

ApplicationOwner

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
type object
id object
View JSON Schema on GitHub

JSON Schema

kong-applicationowner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationOwner",
  "title": "ApplicationOwner",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/ApplicationOwnerType"
    },
    "id": {
      "$ref": "#/components/schemas/ApplicationOwnerId"
    }
  },
  "additionalProperties": false,
  "required": [
    "type",
    "id"
  ]
}