api-shield_validation_override_mitigation_action_patch

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

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-validation-override-mitigation-action-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_validation_override_mitigation_action_patch",
  "title": "api-shield_validation_override_mitigation_action_patch",
  "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\nTo clear any override, use the special value `disable_override`\n\n`null` will have no effect.\n",
  "enum": [
    "none",
    "disable_override",
    null
  ],
  "example": "none",
  "nullable": true,
  "type": "string"
}