{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waitingroom_query_preview", "title": "waitingroom_query_preview", "properties": { "custom_html": { "$ref": "#/components/schemas/waitingroom_custom_page_html" } }, "required": [ "custom_html" ], "type": "object" }