api-shield_operation_schema_validation_settings_multiple_request

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-operation-schema-validation-settings-multiple-req-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_operation_schema_validation_settings_multiple_request",
  "title": "api-shield_operation_schema_validation_settings_multiple_request",
  "additionalProperties": {
    "$ref": "#/components/schemas/api-shield_operation_schema_validation_settings_multiple_request_entry"
  },
  "example": {
    "3818d821-5901-4147-a474-f5f5aec1d54e": {
      "mitigation_action": "log"
    },
    "b17c8043-99a0-4202-b7d9-8f7cdbee02cd": {
      "mitigation_action": "block"
    }
  },
  "type": "object"
}