{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-notes-next-page-structure.json", "name": "NextPage", "description": "Information about the next page", "type": "object", "properties": { "after": { "type": "string", "description": "Cursor for the next page", "example": "MTAyNA%3D%3D" }, "link": { "type": "string", "description": "Link to the next page", "example": "https://app.hubspot.com/contacts/12345" } }, "required": [ "after" ] }