Render · Schema

suspenderType

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-suspendertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/suspenderType",
  "title": "suspenderType",
  "type": "string",
  "enum": [
    "admin",
    "billing",
    "user",
    "parent_service",
    "stuck_crashlooping",
    "hipaa_enablement",
    "unknown"
  ]
}