rulesets_ManagedChallengeRule

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-managedchallengerule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_ManagedChallengeRule",
  "title": "rulesets_ManagedChallengeRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/rulesets_Rule"
    },
    {
      "properties": {
        "action": {
          "enum": [
            "managed_challenge"
          ]
        },
        "description": {
          "example": "Issue a Managed Challenge if the visitor had not solved a Managed Challenge or Interactive Challenge prior to the request when the address is not 1.1.1.1"
        }
      },
      "title": "Managed Challenge rule"
    }
  ]
}