Merge · Schema

CustomRegexRuleResponseOutboundAction

* `BLOCK` - BLOCK * `REDACT` - REDACT * `LOG` - LOG * `NONE` - NONE

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

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