{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedCustomRegexRuleUpdateInputOutboundAction", "title": "PatchedCustomRegexRuleUpdateInputOutboundAction", "type": "string", "enum": [ "BLOCK", "REDACT", "LOG", "NONE" ], "description": "* `BLOCK` - BLOCK\n* `REDACT` - REDACT\n* `LOG` - LOG\n* `NONE` - NONE" }