CreateFleetMetricResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-create-fleet-metric-response-schema.json", "title": "CreateFleetMetricResponse", "description": "CreateFleetMetricResponse schema", "type": "object", "properties": { "metricName": { "allOf": [ { "$ref": "#/components/schemas/FleetMetricName" }, { "description": "The name of the fleet metric to create." } ] }, "metricArn": { "allOf": [ { "$ref": "#/components/schemas/FleetMetricArn" }, { "description": "The Amazon Resource Name (ARN) of the new fleet metric." } ] } } }