{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Merchant", "type": "object", "properties": { "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "cashbackMaximumAmount": { "type": "string" }, "category": { "type": "string" }, "countryCode": { "type": "string" }, "countryName": { "type": "string" }, "countrySubdivisionCode": { "type": "string" }, "countrySubdivisionName": { "type": "string" }, "city": { "type": "string" }, "distance": { "type": "number" }, "distanceUnit": { "type": "string" }, "easySavingsMerchantOfferId": { "type": "string" }, "geocodingResult": { "type": "string" }, "id": { "type": "integer" }, "isPayPassConcession": { "type": "boolean" }, "isPayPassPharmacy": { "type": "boolean" }, "isPayPassFuelPump": { "type": "boolean" }, "isPayPassTollBooth": { "type": "boolean" }, "isPayPassDriveThrough": { "type": "boolean" }, "isPayPassRegister": { "type": "boolean" }, "isPayPassTicketing": { "type": "boolean" }, "isPayPassVendingMachine": { "type": "boolean" }, "isRepowerByCardSwipeSupported": { "type": "boolean" }, "isRepowerByMoneyPakSupported": { "type": "boolean" }, "latitude": { "type": "string" }, "locationName": { "type": "string" }, "longitude": { "type": "string" }, "phoneNumber": { "type": "string" }, "postalCode": { "type": "string" }, "websiteUrl": { "type": "string" } } }