Render · Schema

routeWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
route object
cursor string
View JSON Schema on GitHub

JSON Schema

render-routewithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/routeWithCursor",
  "title": "routeWithCursor",
  "type": "object",
  "required": [
    "route",
    "cursor"
  ],
  "properties": {
    "route": {
      "$ref": "#/components/schemas/route"
    },
    "cursor": {
      "type": "string"
    }
  }
}