{ "type": "object", "description": "Pagination cursor for next page", "name": "PagingNext", "properties": { "after": { "type": "string", "description": "Cursor token for the next page" }, "link": { "type": "string", "description": "API link to the next page" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }