build_config_meta#
- hydromodpy.schema.build_config_meta()[source]#
Return metadata describing the TOML layout (sections, order, groups).
The returned document is derived from the JSON Schema but flattened for easy consumption by a frontend: :rtype:
dict[str,Any]sectionslists the root TOML sections in the canonical order produced byhydromodpy.config.schema_export.export_schema().groupsaggregatesjson_schema_extra.groupacross all annotated fields so a UI can render tabs / accordions.