{
  "$schema": "http://json-schema.org/schema",
  "$id": "mdb-angular-ng-add",
  "title": "MDB Angular ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "modules": {
      "type": "boolean",
      "default": true,
      "description": "Whether to import all MDB modules.",
      "x-prompt": "Import all MDB modules?"
    },
    "robotoFont": {
      "type": "boolean",
      "default": true,
      "description": "Whether to add Roboto Font.",
      "x-prompt": "Set up Roboto Font?"
    },
    "animations": {
      "type": "boolean",
      "default": true,
      "description": "Whether to set up browser animations.",
      "x-prompt": "Set up Angular browser animations?"
    },
    "fontAwesome": {
      "type": "boolean",
      "default": true,
      "description": "Whether to install and configure Font Awesome.",
      "x-prompt": "Set up Font Awesome?"
    },
    "charts": {
      "type": "boolean",
      "default": true,
      "description": "Whether to install and configure Charts.",
      "x-prompt": "Set up Charts?"
    }
  },
  "required": []
}
