{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-create-return-shipping-label-result-schema.json", "title": "CreateReturnShippingLabelResult", "description": "CreateReturnShippingLabelResult schema from Amazon Snow Family API", "type": "object", "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." } ] } } }