LinkedIn · Schema

PersonName

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

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

JSON Schema

linkedin-personname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PersonName",
  "title": "PersonName",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "example": "Jane"
    },
    "lastName": {
      "type": "string",
      "example": "Smith"
    }
  }
}