Render · Schema

headerWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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