{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DashboardTileBasic", "title": "DashboardTileBasic", "type": "object", "properties": { "id": { "type": "integer", "readOnly": true }, "dashboard_id": { "type": "integer", "readOnly": true }, "deleted": { "type": "boolean", "nullable": true } }, "required": [ "dashboard_id", "id" ] }