{
  "$schema": "http://json-schema.org/schema",
  "id": "SchematicsMomentumUIAdd",
  "title": "MomentumUI Add Options Schema",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to add Momentum UI to.",
      "$default": {
        "$source": "projectName"
      }
    },
    "module": {
      "type": "string",
      "description": "The module file to add Momentum UI to, should be relative to project source directory.",
      "alias": "m",
      "default": "src/app/app.module.ts"
    },
    "skipInstall": {
      "description": "Skip installation of dependencies.",
      "type": "boolean",
      "default": false
    }
  }
}
