{ "type": "object", "description": "Pagination information for the response.", "name": "Paging", "properties": { "next": { "type": "object", "description": "Information for retrieving the next page of results.", "properties": { "after": { "type": "string", "description": "The cursor token to use in the after parameter for the next page." }, "link": { "type": "string", "description": "A URL link to the next page of results." } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }