{ "type": "object", "properties": { "summary": { "type": "object", "properties": { "queryTime": { "type": "integer" }, "numResults": { "type": "integer" } } }, "addresses": { "type": "array", "items": { "type": "object", "properties": { "address": { "type": "object", "properties": { "buildingNumber": { "type": "string" }, "streetNumber": { "type": "string" }, "routeNumbers": { "type": "array" }, "street": { "type": "string" }, "streetName": { "type": "string" }, "streetNameAndNumber": { "type": "string" }, "countryCode": { "type": "string" }, "countrySubdivision": { "type": "string" }, "municipality": { "type": "string" }, "postalCode": { "type": "string" }, "municipalitySubdivision": { "type": "string" }, "country": { "type": "string" }, "countryCodeISO3": { "type": "string" }, "freeformAddress": { "type": "string" }, "boundingBox": { "type": "object", "properties": { "northEast": { "type": "string" }, "southWest": { "type": "string" }, "entity": { "type": "string" } } }, "extendedPostalCode": { "type": "string" }, "countrySubdivisionName": { "type": "string" }, "countrySubdivisionCode": { "type": "string" }, "localName": { "type": "string" } } }, "position": { "type": "string" }, "id": { "type": "string" } }, "required": [ "address", "position", "id" ] } } } }