Kong · Schema

UpdateApplicationRequest

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
owner object
View JSON Schema on GitHub

JSON Schema

kong-updateapplicationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApplicationRequest",
  "title": "UpdateApplicationRequest",
  "type": "object",
  "properties": {
    "owner": {
      "$ref": "#/components/schemas/ApplicationOwner"
    }
  },
  "additionalProperties": false
}