{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-list-fleet-metrics-response-schema.json", "title": "ListFleetMetricsResponse", "description": "ListFleetMetricsResponse schema", "type": "object", "properties": { "fleetMetrics": { "allOf": [ { "$ref": "#/components/schemas/FleetMetricNameAndArnList" }, { "description": "The list of fleet metrics objects." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token for the next set of results. Will not be returned if the operation has returned all results." } ] } } }