Human-readable status message, logged by the extension loader.
OptionalRegisteredRoutes registered by this extension. Used for logging and health check reporting.
OptionalSkippedIndicates the extension chose not to load because it isn't actually configured
(e.g., missing required secrets, placeholder defaults still in place). When true,
the loader treats this as a quiet, expected condition rather than an error: no
LogError is emitted, and the skip line itself is verbose-only (only printed when
MJ_VERBOSE is enabled). Implies Success: false.
Whether initialization succeeded. If false, the extension is not loaded.
Result returned from extension initialization. Extensions report whether startup succeeded and what routes they registered.