{
  "id": "#",
  "title": "Base Executor",
  "description": "A base type definition for an executor schema",
  "properties": {
    "outputPath": {
      "title": "Output Path",
      "type": "string",
      "format": "path",
      "description": "The output path for the build",
      "id": "#outputPath"
    }
  },
  "type": "object",
  "default": {}
}