{ "type": "object", "description": "Pagination information.", "name": "Paging", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string", "description": "The cursor to use to get the next page of results." } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }