Amazon Snow Family · JSON Structure

Amazon Snow Family Address Structure

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.

Type: object Properties: 15
Data MigrationEdge ComputingOffline TransferPhysical Appliance

Address is a JSON Structure definition published by Amazon Snow Family, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AddressId Name Company Street1 Street2 Street3 City StateOrProvince PrefectureOrDistrict Landmark Country PostalCode PhoneNumber IsRestricted Type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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-address-structure.json",
  "name": "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.",
  "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-snow-family-address-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.