LinkedIn · Schema

RunSchedule

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
start integer Start timestamp in milliseconds
end integer End timestamp in milliseconds
View JSON Schema on GitHub

JSON Schema

linkedin-runschedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RunSchedule",
  "title": "RunSchedule",
  "type": "object",
  "properties": {
    "start": {
      "type": "integer",
      "format": "int64",
      "description": "Start timestamp in milliseconds",
      "example": 1647927789001
    },
    "end": {
      "type": "integer",
      "format": "int64",
      "description": "End timestamp in milliseconds",
      "example": 1648186989000
    }
  }
}