{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-associations-api-paging-structure.json", "name": "Paging", "description": "Pagination information", "type": "object", "properties": { "next": { "type": "object", "description": "Pagination cursor for next page", "properties": { "after": { "type": "string", "description": "Cursor token for the next page", "example": "example-value" }, "link": { "type": "string", "description": "Link to the next page", "example": "https://app.hubspot.com/contacts/12345" } } } } }