{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConsumeValueValidationAction", "title": "ConsumeValueValidationAction", "description": "Defines a behavior when record value 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" }