Netlify · Schema

pluginParams

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
pinned_version string
View JSON Schema on GitHub

JSON Schema

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