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