Address
The address that you want the Snow device(s) associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.
Properties
| Name | Type | Description |
|---|---|---|
| AddressId | object | |
| Name | object | |
| Company | object | |
| Street1 | object | |
| Street2 | object | |
| Street3 | object | |
| City | object | |
| StateOrProvince | object | |
| PrefectureOrDistrict | object | |
| Landmark | object | |
| Country | object | |
| PostalCode | object | |
| PhoneNumber | object | |
| IsRestricted | object | |
| Type | object |
JSON Schema
{
"$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-address-schema.json",
"title": "Address",
"description": "The address that you want the Snow device(s) associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the <code>Address</code> are required, if the address is invalid or unsupported, then an exception is thrown.",
"type": "object",
"properties": {
"AddressId": {
"allOf": [
{
"$ref": "#/components/schemas/AddressId"
},
{
"description": "The unique ID for an address."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name of a person to receive a Snow device at an address."
}
]
},
"Company": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name of the company to receive a Snow device at an address."
}
]
},
"Street1": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The first line in a street address that a Snow device is to be delivered to."
}
]
},
"Street2": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The second line in a street address that a Snow device is to be delivered to."
}
]
},
"Street3": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The third line in a street address that a Snow device is to be delivered to."
}
]
},
"City": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The city in an address that a Snow device is to be delivered to."
}
]
},
"StateOrProvince": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The state or province in an address that a Snow device is to be delivered to."
}
]
},
"PrefectureOrDistrict": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "This field is no longer used and the value is ignored."
}
]
},
"Landmark": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "This field is no longer used and the value is ignored."
}
]
},
"Country": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The country in an address that a Snow device is to be delivered to."
}
]
},
"PostalCode": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The postal code in an address that a Snow device is to be delivered to."
}
]
},
"PhoneNumber": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The phone number associated with an address that a Snow device is to be delivered to."
}
]
},
"IsRestricted": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/AddressType"
},
{
"description": "Differentiates between delivery address and pickup address in the customer account. Provided at job creation."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/amazon-snow-family-address"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.