{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/crm-contacts-api-paging-schema.json", "title": "Paging", "description": "Pagination information.", "type": "object", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string", "description": "The cursor to use to get the next page of results." } }, "example": { "after": "example-value" } } } }