{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-list-fleets-for-vehicle-response-schema.json", "title": "ListFleetsForVehicleResponse", "description": "ListFleetsForVehicleResponse schema", "type": "object", "properties": { "fleets": { "allOf": [ { "$ref": "#/components/schemas/fleets" }, { "description": " A list of fleet IDs that the vehicle is associated with. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/nextToken" }, { "description": " The token to retrieve the next set of results, or null if there are no more results. " } ] } } }