LinkedIn · JSON Structure

Linkedin Regulations Data Portability Organization Location Structure

OrganizationLocation from LinkedIn API

Type: object Properties: 5
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

OrganizationLocation is a JSON Structure definition published by LinkedIn, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

locationType address geoLocation staffCountRange description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-organization-location-structure.json",
  "name": "OrganizationLocation",
  "description": "OrganizationLocation from LinkedIn API",
  "type": "object",
  "properties": {
    "locationType": {
      "type": "string",
      "enum": [
        "HEADQUARTERS",
        "OTHER"
      ],
      "example": "HEADQUARTERS"
    },
    "address": {
      "$ref": "#/components/schemas/Address"
    },
    "geoLocation": {
      "type": "string",
      "example": "urn:li:geo:101308755"
    },
    "staffCountRange": {
      "type": "string",
      "example": "SIZE_1"
    },
    "description": {
      "$ref": "#/components/schemas/LocalizedString"
    }
  }
}