{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-cancel-deployment-response-structure.json", "name": "CancelDeploymentResponse", "description": "CancelDeploymentResponse schema", "type": "object", "properties": { "message": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "A message that communicates if the cancel was successful." } ] } } }