LinkedIn · Schema

StageData

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
stage string
atsCreatedAt integer
View JSON Schema on GitHub

JSON Schema

linkedin-stagedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StageData",
  "title": "StageData",
  "type": "object",
  "properties": {
    "stage": {
      "type": "string",
      "example": "Phone Interview"
    },
    "atsCreatedAt": {
      "type": "integer",
      "format": "int64",
      "example": 1702693664000
    }
  }
}