{ "type": "object", "properties": { "name": { "type": "string" }, "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "addressLine3": { "type": "string" }, "city": { "type": "string" }, "stateOrRegion": { "type": "string" }, "postalCode": { "type": "string" }, "countryCode": { "type": "string" }, "phoneNumber": { "type": "string" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Address", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-address-structure.json", "description": "Address schema from Amazon Pay API" }