Kong · Schema

SchemaValidationType

How to validate the schema and parse the record. * confluent_schema_registry - validates against confluent schema registry. * json - simple JSON parsing without the schema.

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

JSON Schema

kong-schemavalidationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemaValidationType",
  "title": "SchemaValidationType",
  "description": "How to validate the schema and parse the record.\n* confluent_schema_registry - validates against confluent schema registry.\n* json - simple JSON parsing without the schema.\n",
  "type": "string",
  "enum": [
    "confluent_schema_registry",
    "json"
  ],
  "x-speakeasy-unknown-values": "allow"
}