{
  "$schema": "http://json-schema.org/schema",
  "id": "SchematicsAppShell",
  "title": "App Shell Options Schema",
  "type": "object",
  "properties": {
    "business": {
      "type": "string",
      "description": "Generates app catalog and module",
      "default": "{ path: 'app', loadChildren: './app/app.module#AppModule' },"
    }
  },
  "required": []
}
