{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-compliance-events-paging-link-structure.json", "name": "PagingLink", "description": "PagingLink from LinkedIn API", "type": "object", "properties": { "rel": { "type": "string", "example": "next" }, "href": { "type": "string", "example": "/v2/complianceEvents?start=10&count=10" }, "type": { "type": "string", "example": "application/json" } } }