{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/custom-workflow-actions-api-paging-structure.json", "name": "Paging", "description": "Pagination information", "type": "object", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string", "description": "Cursor for the next page" } }, "example": { "after": "example-value" } } } }