{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_result_info", "title": "r2_result_info", "properties": { "cursor": { "description": "A continuation token that should be used to fetch the next page of results", "example": "1-JTdCJTIydiUyMiUzQTElMkMlMjJzdGFydEFmdGVyJTIyJTNBJTIyZGF2aWRwdWJsaWMlMjIlN0Q=", "type": "string" }, "per_page": { "description": "Maximum number of results on this page", "example": 20, "type": "number" } }, "type": "object" }