{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ListMetricsInput", "type": "object", "properties": { "Namespace": { "type": "string" }, "MetricName": { "type": "string" }, "Dimensions": { "type": "array" }, "NextToken": { "type": "string" }, "RecentlyActive": { "type": "string" }, "IncludeLinkedAccounts": { "type": "boolean" }, "OwningAccount": { "type": "string" } } }