NoteData from LinkedIn API
{ "$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-note-data-schema.json", "title": "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": "integer", "format": "int64", "example": 1702693664000 } } }