Render · Schema

nativeEnvironmentDetailsPOST

Fields for native environment (runtime) services

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

render-nativeenvironmentdetailspost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/nativeEnvironmentDetailsPOST",
  "title": "nativeEnvironmentDetailsPOST",
  "type": "object",
  "required": [
    "buildCommand",
    "startCommand"
  ],
  "properties": {
    "buildCommand": {
      "type": "string"
    },
    "startCommand": {
      "type": "string"
    }
  },
  "description": "Fields for native environment (runtime) services"
}