LinkedIn · JSON Structure

Linkedin Regulations Data Portability Timestamp Structure

Timestamp from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

time

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-regulations-data-portability-timestamp-structure.json",
  "name": "Timestamp",
  "description": "Timestamp from LinkedIn API",
  "type": "object",
  "properties": {
    "time": {
      "type": "int64",
      "example": 1702693664000
    }
  }
}