Render · Schema

deployWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

render-deploywithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deployWithCursor",
  "title": "deployWithCursor",
  "type": "object",
  "properties": {
    "deploy": {
      "$ref": "#/components/schemas/deploy"
    },
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    }
  }
}