Render · Schema

cache

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
profile string
View JSON Schema on GitHub

JSON Schema

render-cache-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache",
  "title": "cache",
  "type": "object",
  "required": [
    "profile"
  ],
  "properties": {
    "profile": {
      "type": "string",
      "enum": [
        "no-cache",
        "origin-controlled",
        "origin-controlled-all"
      ],
      "default": "no-cache"
    }
  }
}