Netlify · Schema

pluginRun

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites
View JSON Schema on GitHub

JSON Schema

netlify-pluginrun-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pluginRun",
  "title": "pluginRun",
  "allOf": [
    {
      "$ref": "#/components/schemas/pluginRunData"
    },
    {
      "type": "object",
      "properties": {
        "deploy_id": {
          "type": "string"
        }
      }
    }
  ]
}