{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DashboardElement", "type": "object", "properties": { "id": { "type": "string" }, "dashboard_id": { "type": "string" }, "look_id": { "type": "integer" }, "query_id": { "type": "integer" }, "type": { "type": "string" }, "title": { "type": "string" }, "title_hidden": { "type": "boolean" }, "subtitle_text": { "type": "string" }, "body_text": { "type": "string" }, "note_text": { "type": "string" }, "note_display": { "type": "string" }, "note_state": { "type": "string" }, "result_maker": { "type": "object" }, "rich_content_json": { "type": "string" } } }