Render · Schema

projectWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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