{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-create-return-shipping-label-result-structure.json", "name": "CreateReturnShippingLabelResult", "description": "CreateReturnShippingLabelResult schema from Amazon Snow Family API", "properties": { "Status": { "allOf": [ { "$ref": "#/components/schemas/ShippingLabelStatus" }, { "description": "The status information of the task on a Snow device that is being returned to Amazon Web Services." } ] } } }