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