{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "IntegrationsNetlify",
  "title": "",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Project for the integration to be added",
      "$default": {
        "$source": "argv",
        "index": 0
      }
    },
    "deployTarget": {
      "description": "The name of the deploy target",
      "type": "string",
      "default": "deploy-functions"
    },
    "serveTarget": {
      "description": "The name of the serve target",
      "type": "string",
      "default": "serve-functions"
    },
    "site": {
      "description": "The site where the serverless function will be deployed",
      "type": "string"
    },
    "skipFormat": {
      "description": "Skip formatting files.",
      "type": "boolean",
      "default": false
    }
  },
  "required": ["project"]
}
