{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-learning-activity-reports-learning-activity-report-structure.json", "name": "LearningActivityReport", "description": "LearningActivityReport from LinkedIn API", "type": "object", "properties": { "latestDataAt": { "type": "int64", "description": "Timestamp of the latest data included in this report", "example": 1632207540000 }, "activities": { "type": "array", "items": { "$ref": "#/components/schemas/LearningActivity" } }, "learnerDetails": { "$ref": "#/components/schemas/LearnerDetails" } } }