GetSignalCatalogRequest

GetSignalCatalogRequest schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-get-signal-catalog-request-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-get-signal-catalog-request-schema.json",
  "title": "GetSignalCatalogRequest",
  "description": "GetSignalCatalogRequest schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/resourceName"
        },
        {
          "description": " The name of the signal catalog to retrieve information about. "
        }
      ]
    }
  },
  "required": [
    "name"
  ]
}