Render · Schema

envVarWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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