{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-sales-navigator-paging-structure.json", "name": "Paging", "description": "Paging from LinkedIn API", "type": "object", "properties": { "count": { "type": "int32", "example": 10 }, "start": { "type": "int32", "example": 0 }, "links": { "type": "array", "items": { "type": "string" } } } }