{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListMetricStreamsOutput", "type": "object", "properties": { "Entries": { "type": "array", "description": "The array of metric stream information." }, "NextToken": { "type": "string", "description": "The token that marks the start of the next batch of returned results." } } }