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