{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-recruiter-system-connect-address-structure.json", "name": "Address", "description": "Address from LinkedIn API", "type": "object", "properties": { "line1": { "type": "string", "example": "123 Main Street" }, "city": { "type": "string", "example": "San Francisco" }, "geographicArea": { "type": "string", "example": "CA" }, "geographicAreaType": { "type": "string", "enum": [ "STATE", "PROVINCE" ], "example": "STATE" }, "postalCode": { "type": "string", "example": "94102" }, "country": { "type": "string", "example": "US" } } }