api-shield_operation_schema_validation_settings

APIs.ioEngineeringPlatform

Properties

Name Type Description
mitigation_action object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-operation-schema-validation-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_operation_schema_validation_settings",
  "title": "api-shield_operation_schema_validation_settings",
  "properties": {
    "mitigation_action": {
      "$ref": "#/components/schemas/api-shield_operation_mitigation_action"
    }
  },
  "type": "object"
}