{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudwatch/refs/heads/main/json-structure/cloudwatch-list-dashboards-response-structure.json", "name": "ListDashboardsResponse", "description": "Response from the ListDashboards action", "type": "object", "properties": { "dashboardEntries": { "type": "array", "description": "The list of matching dashboards", "items": { "$ref": "#/components/schemas/Dashboard" } }, "nextToken": { "type": "string", "description": "Token for the next page of results" } } }