ListVehiclesResponse

ListVehiclesResponse schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
vehicleSummaries object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-list-vehicles-response-schema.json Raw ↑
{
  "$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-vehicles-response-schema.json",
  "title": "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 <code>null</code> if there are no more results. "
        }
      ]
    }
  }
}