{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-structure/quandoo-public-partner-api-merchant-address-dto-structure.json", "name": "MerchantAddressDto", "description": "MerchantAddressDto schema from Quandoo Public Partner API", "type": "object", "properties": { "street": { "type": "string" }, "number": { "type": "string" }, "zipcode": { "type": "string" }, "city": { "type": "string" }, "country": { "type": "string" }, "district": { "type": "string" } } }