LinkedIn · JSON Structure

Linkedin Talent Recruiter System Connect Note Data Structure

NoteData from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

note author atsCreatedAt

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-note-data-structure.json",
  "name": "NoteData",
  "description": "NoteData from LinkedIn API",
  "type": "object",
  "properties": {
    "note": {
      "type": "string",
      "example": "Great candidate, recommend for next round."
    },
    "author": {
      "$ref": "#/components/schemas/PersonName"
    },
    "atsCreatedAt": {
      "type": "int64",
      "example": 1702693664000
    }
  }
}