{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AtmSearch", "type": "object", "properties": { "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "city": { "type": "string" }, "countryCode": { "type": "string" }, "countrySubdivisionCode": { "type": "string" }, "latitude": { "type": "string" }, "longitude": { "type": "string" }, "postalCode": { "type": "string" } } }