{ "type": "object", "properties": { "hasNextPage": { "type": "boolean", "example": true }, "hasPreviousPage": { "type": "boolean", "example": true }, "startCursor": { "type": "string", "example": "example_value" }, "endCursor": { "type": "string", "example": "example_value" } }, "required": [ "hasNextPage", "hasPreviousPage", "startCursor", "endCursor" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PageInfo" }