{
  "$schema": "http://json-schema.org/schema",
  "$id": "ngx-formly-ng-add",
  "title": "Angular Formly ng-add",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "skipPackageJson": {
      "type": "boolean",
      "default": false,
      "description": "Do not add @ngx-formly dependencies to package.json (e.g., --skipPackageJson)"
    },
    "uiTheme": {
      "enum": ["material", "bootstrap", "ionic", "nativescript", "primeng", "kendo", "ng-zorro-antd"],
      "description": "The UI with pre-defined types/templates"
    }
  },
  "required": []
}
