Nested, section-based structure that maps to FrameworkEnvConfig.
.strict() is intentionally NOT used — unknown keys are stripped
during parsing and surfaced as warnings by the loader, so typos
are visible but don't prevent the server from starting.
Derived from CONFIG_FILE_SECTIONS to avoid duplicate
section listings (DRY).
Config file root schema.
Nested, section-based structure that maps to
FrameworkEnvConfig..strict()is intentionally NOT used — unknown keys are stripped during parsing and surfaced as warnings by the loader, so typos are visible but don't prevent the server from starting.Derived from
CONFIG_FILE_SECTIONSto avoid duplicate section listings (DRY).