{ "$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-list-vehicles-response-structure.json", "name": "ListVehiclesResponse", "description": "ListVehiclesResponse schema", "type": "object", "properties": { "vehicleSummaries": { "allOf": [ { "$ref": "#/components/schemas/vehicleSummaries" }, { "description": " A list of vehicles and information about them. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/nextToken" }, { "description": " The token to retrieve the next set of results, or null if there are no more results. " } ] } } }