Netlify · Schema

buildSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
image string
clear_cache boolean
View JSON Schema on GitHub

JSON Schema

netlify-buildsetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/buildSetup",
  "title": "buildSetup",
  "type": "object",
  "properties": {
    "image": {
      "type": "string"
    },
    "clear_cache": {
      "type": "boolean"
    }
  }
}