{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MetricStat", "type": "object", "description": "This structure defines the metric to be returned, along with the statistics, period, and units.", "properties": { "Period": { "type": "integer", "description": "The granularity, in seconds, of the returned data points." }, "Stat": { "type": "string", "description": "The statistic to return. It can include any CloudWatch statistic or extended statistic." } } }