LinkedIn · Schema

CrmDataValidationExportJobRequest

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
exportStartAt integer Time at which export was started
View JSON Schema on GitHub

JSON Schema

linkedin-crmdatavalidationexportjobrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CrmDataValidationExportJobRequest",
  "title": "CrmDataValidationExportJobRequest",
  "type": "object",
  "properties": {
    "exportStartAt": {
      "type": "integer",
      "format": "int64",
      "description": "Time at which export was started",
      "example": 1640000000000
    }
  }
}