{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-list-metric-sets-response-structure.json", "name": "ListMetricSetsResponse", "description": "ListMetricSetsResponse schema from Amazon Lookout for Metrics API", "type": "object", "properties": { "MetricSetSummaryList": { "allOf": [ { "$ref": "#/components/schemas/MetricSetSummaryList" }, { "description": "A list of the datasets in the AWS Region, with configuration details for each." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request. " } ] } } }