Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Batch Update Vehicle Request Structure

BatchUpdateVehicleRequest schema

Type: object Properties: 1 Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

BatchUpdateVehicleRequest is a JSON Structure definition published by Amazon IoT FleetWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

vehicles

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-batch-update-vehicle-request-structure.json",
  "name": "BatchUpdateVehicleRequest",
  "description": "BatchUpdateVehicleRequest schema",
  "type": "object",
  "properties": {
    "vehicles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/updateVehicleRequestItems"
        },
        {
          "description": " A list of information about the vehicles to update. For more information, see the API data type."
        }
      ]
    }
  },
  "required": [
    "vehicles"
  ]
}