{ "$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-localized-string-structure.json", "name": "LocalizedString", "description": "LocalizedString from LinkedIn API", "type": "object", "properties": { "localized": { "type": "object", "additionalProperties": { "type": "string" }, "example": { "en_US": "Acme Corporation" } }, "preferredLocale": { "$ref": "#/components/schemas/Locale" } } }