{ "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-describe-address-result-structure.json", "name": "DescribeAddressResult", "description": "DescribeAddressResult schema from Amazon Snow Family API", "properties": { "Address": { "allOf": [ { "$ref": "#/components/schemas/Address" }, { "description": "The address that you want the Snow device(s) associated with a specific job to be shipped to." } ] } } }