A list of dashboard tiles
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TileList", "title": "TileList", "type": "object", "description": "A list of dashboard tiles", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Tile" }, "example": [] }, "@odata.context": { "type": "string", "example": "example_value" } } }