LinkedIn · Schema

PersonName

PersonName from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
firstName string
lastName string
View JSON Schema on GitHub

JSON Schema

linkedin-talent-recruiter-system-connect-person-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-recruiter-system-connect-person-name-schema.json",
  "title": "PersonName",
  "description": "PersonName from LinkedIn API",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "example": "Jane"
    },
    "lastName": {
      "type": "string",
      "example": "Smith"
    }
  }
}