Render · Schema

databaseRole

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-databaserole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/databaseRole",
  "title": "databaseRole",
  "type": "string",
  "enum": [
    "primary",
    "replica"
  ]
}