r2_result_info

APIs.ioEngineeringPlatform

Properties

Name Type Description
cursor string A continuation token that should be used to fetch the next page of results
per_page number Maximum number of results on this page
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-result-info-schema.json Raw ↑
{
  "$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"
}