{
  "$schema": "http://json-schema.org/schema",
  "$id": "SchematicsInitProject",
  "title": "Init Project Schema",
  "type": "object",
  "properties": {
    "translate": {
      "type": "boolean",
      "description": "When true, installs ngx-translate for the initial project.",
      "x-prompt": "Would you like to add ngx-translate?"
    },
    "ngrx": {
      "type": "boolean",
      "description": "When true, installs NgRx for the initial project.",
      "x-prompt": "Would you like to add NgRx?"
    },
    "testing": {
      "type": "boolean",
      "description": "When true, installs Jest and Cypress for the initial project.",
      "x-prompt": "Would you like to add Jest and Cypress?"
    },
    "sentry": {
      "type": "boolean",
      "description": "When true, installs Sentry for the initial project.",
      "x-prompt": "Would you like to add Sentry?"
    }
  },
  "required": []
}
