{
    "$schema": "http://json-schema.org/schema",
    "$id": "AddNgxBuildPlus",
    "title": "Menu Schema",
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "$default": {
          "$source": "argv",
          "index": 0
        }
      },
      "path": {
        "type": "string",
        "format": "path",
        "description": "The path to create the component.",
        "visible": false
      },
      "project": {
        "type": "string",
        "description": "The name of the project.",
        "$default": {
          "$source": "projectName"
        }
      },      
      "module":  {
        "type": "string",
        "description": "The declaring module.",
        "alias": "m"
      }

    }
  }
  