{ "$schema": "https://json-structure.org/meta/2025-09/extended/", "$id": "https://raw.githubusercontent.com/api-evangelist/alliance-data-systems/main/json-structure/bread-pay-platform-address-structure.json", "name": "BreadPayPlatformAddress", "description": "Postal address used by Bread Pay buyers, billing, and shipping.", "type": "object", "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "locality": { "type": "string" }, "region": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" } } }