Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Create Decoder Manifest Request Structure

CreateDecoderManifestRequest schema

Type: object Properties: 6 Required: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

name description modelManifestArn signalDecoders networkInterfaces tags

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-create-decoder-manifest-request-structure.json",
  "name": "CreateDecoderManifestRequest",
  "description": "CreateDecoderManifestRequest schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/resourceName"
        },
        {
          "description": " The unique name of the decoder manifest to create."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/description"
        },
        {
          "description": " A brief description of the decoder manifest. "
        }
      ]
    },
    "modelManifestArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of the vehicle model (model manifest). "
        }
      ]
    },
    "signalDecoders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SignalDecoders"
        },
        {
          "description": " A list of information about signal decoders. "
        }
      ]
    },
    "networkInterfaces": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkInterfaces"
        },
        {
          "description": " A list of information about available network interfaces. "
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "Metadata that can be used to manage the decoder manifest."
        }
      ]
    }
  },
  "required": [
    "name",
    "modelManifestArn"
  ]
}