Render · Schema

staticSiteDetailsPOST

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
buildCommand string
headers array
publishPath string Defaults to "public"
pullRequestPreviewsEnabled object
previews object
routes array
renderSubdomainPolicy object
ipAllowList array
View JSON Schema on GitHub

JSON Schema

render-staticsitedetailspost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/staticSiteDetailsPOST",
  "title": "staticSiteDetailsPOST",
  "type": "object",
  "properties": {
    "buildCommand": {
      "type": "string"
    },
    "headers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/headerInput"
      }
    },
    "publishPath": {
      "type": "string",
      "description": "Defaults to \"public\""
    },
    "pullRequestPreviewsEnabled": {
      "$ref": "#/components/schemas/pullRequestPreviewsEnabled"
    },
    "previews": {
      "$ref": "#/components/schemas/previews"
    },
    "routes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/routePost"
      }
    },
    "renderSubdomainPolicy": {
      "$ref": "#/components/schemas/renderSubdomainPolicy"
    },
    "ipAllowList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cidrBlockAndDescription"
      }
    }
  }
}