Render · Schema

keyValuePlan

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-keyvalueplan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/keyValuePlan",
  "title": "keyValuePlan",
  "type": "string",
  "enum": [
    "free",
    "starter",
    "standard",
    "pro",
    "pro_plus",
    "custom"
  ]
}