{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-list-versions-response-structure.json", "name": "ListVersionsResponse", "description": "ListVersionsResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "grafanaVersions": { "allOf": [ { "$ref": "#/components/schemas/GrafanaVersionList" }, { "description": "The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The token to use in a subsequent ListVersions operation to return the next set of results." } ] } } }