Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Batch Update Vehicle Response Structure

BatchUpdateVehicleResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

BatchUpdateVehicleResponse is a JSON Structure definition published by Amazon IoT FleetWise, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

vehicles errors

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-response-structure.json",
  "name": "BatchUpdateVehicleResponse",
  "description": "BatchUpdateVehicleResponse schema",
  "type": "object",
  "properties": {
    "vehicles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/updateVehicleResponseItems"
        },
        {
          "description": "<p> A list of information about the batch of updated vehicles. </p> <note> <p>This list contains only unique IDs for the vehicles that were updated.</p> </note>"
        }
      ]
    },
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/updateVehicleErrors"
        },
        {
          "description": "A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list."
        }
      ]
    }
  }
}