{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Tile", "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "subTitle": { "type": "string" }, "embedUrl": { "type": "string" }, "embedData": { "type": "string" }, "reportId": { "type": "string" }, "datasetId": { "type": "string" }, "rowSpan": { "type": "integer" }, "colSpan": { "type": "integer" } } }