Render · Schema

environmentWithCursor

An environment with a cursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

render-environmentwithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/environmentWithCursor",
  "title": "environmentWithCursor",
  "type": "object",
  "description": "An environment with a cursor",
  "required": [
    "environment",
    "cursor"
  ],
  "properties": {
    "environment": {
      "$ref": "#/components/schemas/environment"
    },
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    }
  }
}