{
  "version": 2,
  "$schema": "http://json-schema.org/schema",
  "title": "Run executor",
  "description": "",
  "cli": "nx",
  "outputCapture": "pipe",
  "type": "object",
  "properties": {
    "root": {
      "description": "The project root",
      "type": "string"
    },
    "ignoreWrapper": {
      "description": "Whether or not to use the embedded wrapper (`mvnw`or `gradlew`) to perfom build operations",
      "type": "boolean",
      "default": false
    },
    "runFromParentModule": {
      "description": "Whether or not to run the (child) module from the context of its parent",
      "type": "boolean",
      "default": false
    },
    "args": {
      "description": "The argument to be passed to the underlying Ktor command",
      "type": "array",
      "default": []
    }
  },
  "required": []
}
