Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Delete Signal Catalog Response Structure

DeleteSignalCatalogResponse schema

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

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

Properties

name arn

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-delete-signal-catalog-response-structure.json",
  "name": "DeleteSignalCatalogResponse",
  "description": "DeleteSignalCatalogResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/resourceName"
        },
        {
          "description": "The name of the deleted signal catalog."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the deleted signal catalog."
        }
      ]
    }
  },
  "required": [
    "name",
    "arn"
  ]
}