{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-regulations-data-portability-locale-structure.json", "name": "Locale", "description": "Locale from LinkedIn API", "type": "object", "properties": { "country": { "type": "string", "example": "US" }, "language": { "type": "string", "example": "en" } } }