{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DashboardEntry", "type": "object", "properties": { "DashboardName": { "type": "string" }, "DashboardArn": { "type": "string" }, "LastModified": { "type": "string" }, "Size": { "type": "integer" } } }