{ "type": "object", "description": "Pagination information", "name": "Paging", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string", "description": "Cursor for the next page" }, "link": { "type": "string", "description": "Link to the next page" } } }, "prev": { "type": "object", "properties": { "before": { "type": "string", "description": "Cursor for the previous page" }, "link": { "type": "string", "description": "Link to the previous page" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }