{
  "$schema": "http://json-schema.org/schema",
  "id": "lightweightform-bootstrap-theme-ng-add-schematic",
  "title": "Lightweightform Bootstrap-theme ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "module": {
      "alias": "m",
      "type": "string",
      "description": "Module on which to set up LF."
    },
    "locales": {
      "alias": "l",
      "type": "string",
      "minLength": 1,
      "description": "Locales to support for i18n (comma separated).",
      "default": "en-US",
      "x-prompt": "Locales to support for i18n (separated by comma):"
    },
    "routerBasePath": {
      "alias": "r",
      "type": "string",
      "minLength": 1,
      "description": "Base path to set for the LF routing.",
      "default": "/"
    },
    "i18nFolderName": {
      "type": "string",
      "minLength": 1,
      "description": "The name of the folder where i18n translations are kept.",
      "default": "__i18n__"
    },
    "skipTests": {
      "type": "boolean",
      "description": "Whether to skip generation of \".spec.ts\" test files.",
      "default": false
    },
    "lintFix": {
      "type": "boolean",
      "description": "When true, applies lint fixes after setting up LF.",
      "default": false
    }
  },
  "required": []
}
