Render · Schema

previews

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
generation string Defaults to "off"
View JSON Schema on GitHub

JSON Schema

render-previews-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/previews",
  "title": "previews",
  "type": "object",
  "properties": {
    "generation": {
      "type": "string",
      "enum": [
        "off",
        "manual",
        "automatic"
      ],
      "default": "off",
      "description": "Defaults to \"off\""
    }
  }
}