{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/pos-terminal-address-structure.json", "description": "Address schema from Adyen API", "type": "object", "properties": { "city": { "type": "string" }, "countryCode": { "type": "string" }, "postalCode": { "type": "string" }, "stateOrProvince": { "type": "string" }, "streetAddress": { "type": "string" }, "streetAddress2": { "type": "string" } }, "name": "Address" }