{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WidgetTemplatePreviewResponse", "title": "", "type": "object", "properties": { "data": { "properties": { "html": { "type": "string", "description": "The HTML render of the widget template.", "format": "html" } } } }, "x-tags": [ "Models" ] }