{ "$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-paging-link-structure.json", "name": "PagingLink", "description": "PagingLink from LinkedIn API", "type": "object", "properties": { "rel": { "type": "string", "example": "next" }, "href": { "type": "string", "example": "/v2/learningActivityReports?aggregationCriteria.primary=ACCOUNT&count=1&q=criteria&start=1&startedAt=1627267600000&timeOffset.duration=7&timeOffset.unit=DAY" }, "type": { "type": "string", "example": "application/json" } } }