Kong · Schema

ApplicationOwnerId

The ID of the owner of the application. When type is `developer`, this is the developer ID. When type is `team`, this is the team ID.

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

JSON Schema

kong-applicationownerid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationOwnerId",
  "title": "ApplicationOwnerId",
  "description": "The ID of the owner of the application. When type is `developer`, this is the developer ID. When type is `team`, this is the team ID.",
  "type": "string",
  "format": "uuid"
}