{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "AngularRouterTestingToProvideRouterMigration",
  "title": "Angular RouterTestingModule to provideRouter Migration Schema",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Path to the directory where all tests should be migrated.",
      "x-prompt": "Which directory do you want to migrate?",
      "default": "./"
    }
  }
}
