Netlify · Schema

plugin

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
package string
pinned_version string
View JSON Schema on GitHub

JSON Schema

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