{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "Module",
  "title": "",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "What name would you like to use for the module?"
    },
    "pluginName": {
      "type": "string",
      "description": "",
      "x-prompt": "Which plugin should it apply to? Enter plugin folder name"
    }
  },
  "required": [
    "name",
    "pluginName"
  ]
}
