Render · Schema

keyValueWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
keyValue object
cursor object
View JSON Schema on GitHub

JSON Schema

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