Kong · Schema

EventGatewayProducePolicyUpdate

The typed schema of the produce policy to modify it.

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

JSON Schema

kong-eventgatewayproducepolicyupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventGatewayProducePolicyUpdate",
  "title": "EventGatewayProducePolicyUpdate",
  "description": "The typed schema of the produce policy to modify it.",
  "discriminator": {
    "propertyName": "type",
    "mapping": {
      "modify_headers": "#/components/schemas/EventGatewayModifyHeadersPolicy",
      "schema_validation": "#/components/schemas/EventGatewayProduceSchemaValidationPolicy",
      "encrypt": "#/components/schemas/EventGatewayEncryptPolicy",
      "encrypt_fields": "#/components/schemas/EventGatewayParsedRecordEncryptFieldsPolicy"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/EventGatewayProduceSchemaValidationPolicy"
    },
    {
      "$ref": "#/components/schemas/EventGatewayModifyHeadersPolicy"
    },
    {
      "$ref": "#/components/schemas/EventGatewayEncryptPolicy"
    },
    {
      "$ref": "#/components/schemas/EventGatewayParsedRecordEncryptFieldsPolicy"
    }
  ]
}