Render · Schema

renderSubdomainPolicy

Controls whether render.com subdomains are available for the service

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-rendersubdomainpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/renderSubdomainPolicy",
  "title": "renderSubdomainPolicy",
  "type": "string",
  "enum": [
    "enabled",
    "disabled"
  ],
  "description": "Controls whether render.com subdomains are available for the service"
}