{
  "$schema": "http://json-schema.org/schema",
  "version": 2,
  "cli": "nx",
  "title": "DocGen executor",
  "description": "",
  "type": "object",
  "properties": {
    "inputPath": {
      "type": "string",
      "description": "Path to rules relative from the root of the workspace."
    },
    "outputPath": {
      "type": "string",
      "description": "Path to generated docs relative from the root of the workspace."
    },
    "tsconfigPath": {
      "type": "string",
      "description": "Path to tsconfig relative from the root of the workspace."
    },
    "verbose": {
      "type": "boolean",
      "description": "Show console logs",
      "default": true
    }
  },
  "required": ["inputPath", "outputPath"]
}
