Render · Schema

redisPlan

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-redisplan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/redisPlan",
  "title": "redisPlan",
  "type": "string",
  "enum": [
    "free",
    "starter",
    "standard",
    "pro",
    "pro_plus",
    "custom"
  ],
  "x-enum-varnames": [
    "RedisPlanFree",
    "RedisPlanStarter",
    "RedisPlanStandard",
    "RedisPlanPro",
    "RedisPlanPro_plus",
    "RedisPlanCustom"
  ]
}