{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-learning-activity-reports-paging-link-schema.json", "title": "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" } } }