Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Batch Create Vehicle Response Structure

BatchCreateVehicleResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

BatchCreateVehicleResponse 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-create-vehicle-response-structure.json",
  "name": "BatchCreateVehicleResponse",
  "description": "BatchCreateVehicleResponse schema",
  "type": "object",
  "properties": {
    "vehicles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/createVehicleResponses"
        },
        {
          "description": " A list of information about a batch of created vehicles. For more information, see the API data type."
        }
      ]
    },
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/createVehicleErrors"
        },
        {
          "description": "A list of information about creation errors, or an empty list if there aren't any errors. "
        }
      ]
    }
  }
}