{
  "$schema": "http://json-schema.org/schema",
  "$id": "ng-add-sbb-esta-business",
  "title": "@sbb-esta/angular-business ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "animations": {
      "type": "boolean",
      "default": true,
      "description": "Whether Angular browser animations should be set up.",
      "x-prompt": "Set up browser animations for sbb angular?"
    }
  },
  "required": []
}
