{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListMetricsOutput", "title": "ListMetricsOutput", "type": "object", "properties": { "Metrics": { "type": "array", "items": { "$ref": "#/components/schemas/Metric" }, "description": "The metrics that match your request.", "example": [] }, "NextToken": { "type": "string", "description": "The token that marks the start of the next batch of returned results.", "example": "example_value" }, "OwningAccounts": { "type": "array", "items": { "type": "string" }, "description": "If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts.", "example": [] } } }