Netlify · Schema

devServerHookSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

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

JSON Schema

netlify-devserverhooksetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/devServerHookSetup",
  "title": "devServerHookSetup",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "branch": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "new_dev_server",
        "content_refresh"
      ]
    }
  }
}