Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Get Decoder Manifest Response Structure

GetDecoderManifestResponse schema

Type: object Properties: 7 Required: 4
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

name arn description modelManifestArn status 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-decoder-manifest-response-structure.json",
  "name": "GetDecoderManifestResponse",
  "description": "GetDecoderManifestResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/string"
        },
        {
          "description": " The name of the decoder manifest. "
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of the decoder manifest. "
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/description"
        },
        {
          "description": " A brief description of the decoder manifest."
        }
      ]
    },
    "modelManifestArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The ARN of a vehicle model (model manifest) associated with the decoder manifest."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManifestStatus"
        },
        {
          "description": " The state of the decoder manifest. If the status is <code>ACTIVE</code>, the decoder manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the decoder manifest."
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": " The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    },
    "lastModificationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": " The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    }
  },
  "required": [
    "name",
    "arn",
    "creationTime",
    "lastModificationTime"
  ]
}