Kong · Schema

ApplicationOwnerType

The type of the owner of the application. Can be `developer` (individual developer) or `team`.

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

JSON Schema

kong-applicationownertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationOwnerType",
  "title": "ApplicationOwnerType",
  "description": "The type of the owner of the application. Can be `developer` (individual developer) or `team`.",
  "type": "string",
  "enum": [
    "developer",
    "team"
  ],
  "x-speakeasy-unknown-values": "allow"
}