Render · Schema

staticSiteDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
buildCommand string
publishPath string
pullRequestPreviewsEnabled object
previews object
renderSubdomainPolicy object
ipAllowList array
View JSON Schema on GitHub

JSON Schema

render-staticsitedetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/staticSiteDetailsPATCH",
  "title": "staticSiteDetailsPATCH",
  "type": "object",
  "properties": {
    "buildCommand": {
      "type": "string"
    },
    "publishPath": {
      "type": "string"
    },
    "pullRequestPreviewsEnabled": {
      "$ref": "#/components/schemas/pullRequestPreviewsEnabled"
    },
    "previews": {
      "$ref": "#/components/schemas/previews"
    },
    "renderSubdomainPolicy": {
      "$ref": "#/components/schemas/renderSubdomainPolicy"
    },
    "ipAllowList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cidrBlockAndDescription"
      }
    }
  }
}