Render · Schema

plan

The instance type to use. Note that base services on any paid instance type can't create preview instances with the `free` instance type.

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/plan",
  "title": "plan",
  "type": "string",
  "enum": [
    "starter",
    "starter_plus",
    "standard",
    "standard_plus",
    "pro",
    "pro_plus",
    "pro_max",
    "pro_ultra",
    "free",
    "custom"
  ],
  "example": "starter",
  "description": "The instance type to use. Note that base services on any paid instance type can't create preview instances with the `free` instance type."
}