{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-get-fleet-request-structure.json", "name": "GetFleetRequest", "description": "GetFleetRequest schema", "type": "object", "properties": { "fleetId": { "allOf": [ { "$ref": "#/components/schemas/fleetId" }, { "description": " The ID of the fleet to retrieve information about. " } ] } }, "required": [ "fleetId" ] }