Information identifying the person picking up the device.
Type: objectProperties: 7
Data MigrationEdge ComputingOffline TransferPhysical Appliance
PickupDetails is a JSON Structure definition published by Amazon Snow Family, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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-pickup-details-structure.json",
"name": "PickupDetails",
"description": "Information identifying the person picking up the device.",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name of the person picking up the device."
}
]
},
"PhoneNumber": {
"allOf": [
{
"$ref": "#/components/schemas/PhoneNumber"
},
{
"description": "The phone number of the person picking up the device."
}
]
},
"Email": {
"allOf": [
{
"$ref": "#/components/schemas/Email"
},
{
"description": "The email address of the person picking up the device."
}
]
},
"IdentificationNumber": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The number on the credential identifying the person picking up the device."
}
]
},
"IdentificationExpirationDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "Expiration date of the credential identifying the person picking up the device."
}
]
},
"IdentificationIssuingOrg": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Organization that issued the credential identifying the person picking up the device."
}
]
},
"DevicePickupId": {
"allOf": [
{
"$ref": "#/components/schemas/DevicePickupId"
},
{
"description": "The unique ID for a device that will be picked up."
}
]
}
}
}
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.