Netlify · Schema

siteSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites
View JSON Schema on GitHub

JSON Schema

netlify-sitesetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/siteSetup",
  "title": "siteSetup",
  "allOf": [
    {
      "$ref": "#/components/schemas/site"
    },
    {
      "type": "object",
      "properties": {
        "repo": {
          "$ref": "#/components/schemas/repoInfo"
        }
      }
    }
  ]
}