ListDecoderManifestSignalsResponse

ListDecoderManifestSignalsResponse schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
signalDecoders object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-list-decoder-manifest-signals-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-list-decoder-manifest-signals-response-schema.json",
  "title": "ListDecoderManifestSignalsResponse",
  "description": "ListDecoderManifestSignalsResponse schema",
  "type": "object",
  "properties": {
    "signalDecoders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SignalDecoders"
        },
        {
          "description": " Information about a list of signals to decode. "
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nextToken"
        },
        {
          "description": " The token to retrieve the next set of results, or <code>null</code> if there are no more results. "
        }
      ]
    }
  }
}