Kong · Schema

SchemaRegistryReferenceById

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id string The unique identifier of the schema registry.
View JSON Schema on GitHub

JSON Schema

kong-schemaregistryreferencebyid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemaRegistryReferenceById",
  "title": "SchemaRegistryReferenceById",
  "type": "object",
  "properties": {
    "id": {
      "description": "The unique identifier of the schema registry.",
      "type": "string",
      "format": "uuid",
      "minLength": 1
    }
  },
  "required": [
    "id"
  ]
}