{
  "$schema": "http://json-schema.org/schema",
  "$id": "SchematicsNgAdd",
  "title": "Ng Add Schema",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the angular project you want to add @dlr-eoc/core-ui.",
      "$default": {
        "$source": "defaultProject"
      }
    },
    "addClr": {
      "description": "Runns external Schematic @clr/angular:ng-add",
      "type": "boolean",
      "default": false
    },
    "addFiles": {
      "description": "Add assets, styles and app files to your application.",
      "type": "boolean",
      "default": true
    },
    "updateFiles": {
      "description": "Update files in your application.",
      "type": "boolean",
      "default": true
    },
    "routing": {
      "description": "Add routing with a sample route to your UKIS application.",
      "type": "boolean",
      "default": false
    },
    "addMap": {
      "description": "Add @dlr-eoc/map-ol to your UKIS application.",
      "type": "boolean",
      "default": false
    },
    "auth": {
      "description": "Add Authentication to your UKIS application.",
      "type": "boolean",
      "default": false
    }
  }
}
