{
"$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-address-result-schema.json",
"title": "CreateAddressResult",
"description": "CreateAddressResult schema from Amazon Snow Family API",
"type": "object",
"properties": {
"AddressId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snow device for that job shipped to."
}
]
}
}
}