AddressType schema from Amazon Snow Family API
{ "$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-type-schema.json", "title": "AddressType", "description": "AddressType schema from Amazon Snow Family API", "type": "string", "enum": [ "CUST_PICKUP", "AWS_SHIP" ] }