{
  "$schema": "http://json-schema.org/schema",
  "$id": "ngx-vud-ng-add",
  "title": "ngx-vud ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project",
      "$default": {
        "$source": "projectName"
      }
    },
    "animations": {
      "description": "Add animations to AppModule.",
      "type": "boolean",
      "default": true,
      "x-prompt": "Would you like to include animations with the library?"
    }
  }
}
