{ "type": "object", "description": "Pagination information", "properties": { "next": { "type": "object", "example": { "after": "example-value" }, "properties": { "after": { "type": "string", "description": "Cursor for the next page" } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Paging" }