LinkedIn · Schema

PhoneNumber

PhoneNumber from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
number string
extension string
View JSON Schema on GitHub

JSON Schema

linkedin-talent-recruiter-system-connect-phone-number-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-phone-number-schema.json",
  "title": "PhoneNumber",
  "description": "PhoneNumber from LinkedIn API",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "example": "555-555-5555"
    },
    "extension": {
      "type": "string",
      "example": "1234"
    }
  }
}