waitingroom_rule_action

The action to take when the expression matches.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-rule-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_rule_action",
  "title": "waitingroom_rule_action",
  "description": "The action to take when the expression matches.",
  "enum": [
    "bypass_waiting_room"
  ],
  "example": "bypass_waiting_room",
  "type": "string"
}