Netlify · Schema

hookType

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
name string
events array
fields array
View JSON Schema on GitHub

JSON Schema

netlify-hooktype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hookType",
  "title": "hookType",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "events": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {}
      }
    }
  }
}