{
"$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"
}