LinkedIn · JSON Structure

Linkedin Talent Recruiter System Connect Person Name Structure

PersonName from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

firstName lastName

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-talent-recruiter-system-connect-person-name-structure.json",
  "name": "PersonName",
  "description": "PersonName from LinkedIn API",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "example": "Jane"
    },
    "lastName": {
      "type": "string",
      "example": "Smith"
    }
  }
}