{
  "$schema": "http://json-schema.org/schema",
  "title": "Serverless Framework Package Executor",
  "description": "",
  "type": "object",
  "properties": {
    "stage": {
      "type": "string",
      "description": "Stage Name"
    },
    "installDependenciesIfNotExists": {
      "type": "boolean",
      "description": "Run the package manager install command if the virtual environment is not activated (default: false)",
      "default": false
    }
  },
  "required": ["stage"]
}
