Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Get Vehicle Response Structure

GetVehicleResponse schema

Type: object Properties: 7
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

vehicleName arn modelManifestArn decoderManifestArn attributes creationTime lastModificationTime

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-get-vehicle-response-structure.json",
  "name": "GetVehicleResponse",
  "description": "GetVehicleResponse schema",
  "type": "object",
  "properties": {
    "vehicleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/vehicleName"
        },
        {
          "description": "The ID of the vehicle."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of the vehicle to retrieve information about. "
        }
      ]
    },
    "modelManifestArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The ARN of a vehicle model (model manifest) associated with the vehicle. "
        }
      ]
    },
    "decoderManifestArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The ARN of a decoder manifest associated with the vehicle. "
        }
      ]
    },
    "attributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/attributesMap"
        },
        {
          "description": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>"
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": " The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    },
    "lastModificationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": " The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    }
  }
}