Render · Schema

envSpecificDetails

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-envspecificdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/envSpecificDetails",
  "title": "envSpecificDetails",
  "oneOf": [
    {
      "$ref": "#/components/schemas/dockerDetails"
    },
    {
      "$ref": "#/components/schemas/nativeEnvironmentDetails"
    }
  ]
}