{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-emails-api-paging-structure.json", "name": "Paging", "description": "Paging schema from HubSpot Engagement Emails API", "type": "object", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string" } }, "example": { "after": "example-value" } } } }