{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProduceKeyValidationAction", "title": "ProduceKeyValidationAction", "description": "Defines a behavior when record key is not valid.\n* reject - rejects a batch for topic partition. Only available for produce.\n* mark - marks a record with kong/server header and client ID value\n\n\n to help to identify the clients violating schema.\n", "type": "string", "enum": [ "reject", "mark" ], "x-speakeasy-unknown-values": "allow" }