xpublish.plugins.included.plugin_info.PluginInfoPlugin# pydantic model xpublish.plugins.included.plugin_info.PluginInfoPlugin[source]# Expose the currently loaded plugins and their versions. Fields: app_router_prefix (str) app_router_tags (Sequence[str]) name (str) field app_router_prefix: str = ''# field app_router_tags: Sequence[str] = ['plugin_info']# field name: str = 'plugin_info'# app_router(deps)[source]# Returns the router for plugin info metadata. Return type: APIRouter