Netlify · Schema

buildHookSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
title string
branch string
View JSON Schema on GitHub

JSON Schema

netlify-buildhooksetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/buildHookSetup",
  "title": "buildHookSetup",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "branch": {
      "type": "string"
    }
  }
}