{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WidgetTemplatePreview", "title": "WidgetTemplatePreview", "properties": { "widget_configuration": { "type": "object", "description": "The JSON data that populates the template.", "format": "json" } }, "x-tags": [ "Models" ] }