{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-run-schedule-structure.json", "name": "RunSchedule", "description": "RunSchedule from LinkedIn API", "type": "object", "properties": { "start": { "type": "int64", "description": "Start timestamp in milliseconds", "example": 1647927789001 }, "end": { "type": "int64", "description": "End timestamp in milliseconds", "example": 1648186989000 } } }