Amazon Snow Family · JSON Structure

Amazon Snow Family Create Address Request Structure

CreateAddressRequest schema from Amazon Snow Family API

Type: object Properties: 1 Required: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

CreateAddressRequest is a JSON Structure definition published by Amazon Snow Family, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Address

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-create-address-request-structure.json",
  "name": "CreateAddressRequest",
  "description": "CreateAddressRequest schema from Amazon Snow Family API",
  "properties": {
    "Address": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Address"
        },
        {
          "description": "The address that you want the Snow device shipped to."
        }
      ]
    }
  },
  "required": [
    "Address"
  ]
}