{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waitingroom_create_rule", "title": "waitingroom_create_rule", "properties": { "action": { "$ref": "#/components/schemas/waitingroom_rule_action" }, "description": { "$ref": "#/components/schemas/waitingroom_rule_description" }, "enabled": { "$ref": "#/components/schemas/waitingroom_rule_enabled" }, "expression": { "$ref": "#/components/schemas/waitingroom_rule_expression" } }, "required": [ "action", "expression" ] }