LinkedIn · JSON Structure

Linkedin Talent Recruiter System Connect Phone Number Structure

PhoneNumber from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

PhoneNumber 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

number extension

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-phone-number-structure.json",
  "name": "PhoneNumber",
  "description": "PhoneNumber from LinkedIn API",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "example": "555-555-5555"
    },
    "extension": {
      "type": "string",
      "example": "1234"
    }
  }
}