Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Update Vehicle Response Structure

UpdateVehicleResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

UpdateVehicleResponse 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

vehicleName arn

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-update-vehicle-response-structure.json",
  "name": "UpdateVehicleResponse",
  "description": "UpdateVehicleResponse schema",
  "type": "object",
  "properties": {
    "vehicleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/vehicleName"
        },
        {
          "description": "The ID of the updated vehicle."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "The ARN of the updated vehicle."
        }
      ]
    }
  }
}