Render · Schema

nativeEnvironmentDetails

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
buildCommand string
startCommand string
preDeployCommand string
View JSON Schema on GitHub

JSON Schema

render-nativeenvironmentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/nativeEnvironmentDetails",
  "title": "nativeEnvironmentDetails",
  "type": "object",
  "required": [
    "buildCommand",
    "startCommand"
  ],
  "properties": {
    "buildCommand": {
      "type": "string"
    },
    "startCommand": {
      "type": "string"
    },
    "preDeployCommand": {
      "type": "string"
    }
  }
}