{ "$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-signal-catalog-request-structure.json", "name": "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" ] }