{"openapi":"3.2.0","info":{"title":"Google Address Validation API","description":"The Address Validation API is a service that accepts an address. It identifies address components and validates them. It also standardizes the address for mailing and finds the best known latitude/longitude coordinates for it. Optionally, for addresses in the United States and Puerto Rico, you can enable the Coding Accuracy Support System (CASS™). Schema: { \t\"address\": { \t\t\"regionCode\": \"string\", \t\t\"languageCode\": \"string\", \t\t\"postalCode\": \"string\", \t\t\"sortingCode\": \"string\", \t\t\"administrativeArea\": \"string\", \t\t\"locality\": \"string\", \t\t\"sublocality\": \"string\", \t\t\"addressLines\": [ \t\t\t\"string\" \t\t], \t\t\"recipients\": [ \t\t\t\"string\" \t\t], \t\t\"organization\": \"string\" \t}, \t\"previousResponseId\": \"string\", \t\"enableUspsCass\": \"boolean\", \t\"languageOptions\": { \t\t\"returnEnglishLatinAddress\": \"boolean\" \t} }","version":"1.0.0"},"servers":[{"url":"https://address.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/validateAddress":{"post":{"operationId":"post_validateAddress","summary":"Validate Address","description":"Validates an address.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"address":{"addressLines":["1016 Commonwealth Ave, Boston MA"]}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}