{ "type": "object", "description": "Information for fetching the next page of results", "name": "PagingNext", "properties": { "after": { "type": "string", "description": "Cursor for the next page" }, "link": { "type": "string", "description": "Direct link to the next page" } }, "required": [ "after" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }