{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-fleet-metrics-response-structure.json", "name": "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." } ] } } }