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