{
  "$schema": "http://json-schema.org/schema",
  "$id": "Compodoc",
  "title": "Configure Compodoc",
  "description": "Generator for Compodoc targets.",
  "type": "object",
  "properties": {
    "project": {
      "description": "Name of project compodoc should be added to.",
      "type": "string",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "Which project do you want to add compodoc to?"
    },
    "workspaceDocs": {
      "description": "Will add a \"tsconfig.compodoc.json\" to the project that includes the whole workspace.",
      "type": "boolean",
      "default": false
    }
  },
  "required": ["project"]
}
