Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Node Data Type Structure

NodeDataType schema

Type: string Properties: 0
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

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-node-data-type-structure.json",
  "name": "NodeDataType",
  "description": "NodeDataType schema",
  "type": "string",
  "enum": [
    "INT8",
    "UINT8",
    "INT16",
    "UINT16",
    "INT32",
    "UINT32",
    "INT64",
    "UINT64",
    "BOOLEAN",
    "FLOAT",
    "DOUBLE",
    "STRING",
    "UNIX_TIMESTAMP",
    "INT8_ARRAY",
    "UINT8_ARRAY",
    "INT16_ARRAY",
    "UINT16_ARRAY",
    "INT32_ARRAY",
    "UINT32_ARRAY",
    "INT64_ARRAY",
    "UINT64_ARRAY",
    "BOOLEAN_ARRAY",
    "FLOAT_ARRAY",
    "DOUBLE_ARRAY",
    "STRING_ARRAY",
    "UNIX_TIMESTAMP_ARRAY",
    "UNKNOWN"
  ]
}