Render · Schema

postgresVersion

The PostgreSQL version

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-postgresversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/postgresVersion",
  "title": "postgresVersion",
  "type": "string",
  "description": "The PostgreSQL version",
  "enum": [
    "11",
    "12",
    "13",
    "14",
    "15",
    "16",
    "17",
    "18"
  ]
}