{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Atm", "type": "object", "properties": { "accessFees": { "type": "string" }, "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "airportCode": { "type": "string" }, "atmTerminalId": { "type": "string" }, "availability": { "type": "string" }, "camera": { "type": "string" }, "countryCode": { "type": "string" }, "countryName": { "type": "string" }, "countrySubdivisionCode": { "type": "string" }, "countrySubdivisionName": { "type": "string" }, "city": { "type": "string" }, "distance": { "type": "number" }, "distanceUnit": { "type": "string" }, "geocodingResult": { "type": "string" }, "handicapAccessible": { "type": "string" }, "hasSharedDeposit": { "type": "string" }, "isSurchargeFreeAlliance": { "type": "string" }, "latitude": { "type": "string" }, "locationName": { "type": "string" }, "locationType": { "type": "string" }, "longitude": { "type": "string" }, "owner": { "type": "string" }, "ownerICA": { "type": "string" }, "postalCode": { "type": "string" }, "routeTransactionNumber": { "type": "string" }, "sponsor": { "type": "string" }, "sponsorICA": { "type": "string" }, "supportsEmv": { "type": "string" }, "surchargeFreeAllianceNetwork": { "type": "string" } } }