{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/waitingroom_rule_expression",
"title": "waitingroom_rule_expression",
"description": "Criteria defining when there is a match for the current rule.",
"example": "ip.src in {10.20.30.40}",
"type": "string"
}