Render · Schema

nativeEnvironmentDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

render-nativeenvironmentdetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/nativeEnvironmentDetailsPATCH",
  "title": "nativeEnvironmentDetailsPATCH",
  "type": "object",
  "properties": {
    "buildCommand": {
      "type": "string"
    },
    "startCommand": {
      "type": "string"
    }
  }
}