api-shield_validation_override_mitigation_action_write

When set, this overrides both zone level and operation level mitigation actions. - `none` will skip running schema validation entirely for the request - `null` indicates that no override is in place To clear any override, use the special value `disable_override` or `null`

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-validation-override-mitigation-action-write-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_validation_override_mitigation_action_write",
  "title": "api-shield_validation_override_mitigation_action_write",
  "description": "When set, this overrides both zone level and operation level mitigation actions.\n\n  - `none` will skip running schema validation entirely for the request\n  - `null` indicates that no override is in place\n\nTo clear any override, use the special value `disable_override` or `null`\n",
  "enum": [
    "none",
    "disable_override",
    null
  ],
  "example": "none",
  "nullable": true,
  "type": "string"
}