LinkedIn · Schema

Locale

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
country string
language string
View JSON Schema on GitHub

JSON Schema

linkedin-locale-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Locale",
  "title": "Locale",
  "type": "object",
  "properties": {
    "country": {
      "type": "string",
      "example": "US"
    },
    "language": {
      "type": "string",
      "example": "en"
    }
  }
}