export_full_schema#

hydromodpy.schema.export_full_schema(output_dir, *, indent=2)[source]#

Write the three companion JSON files into output_dir.

Return type:

dict[str, Path]

Parameters:
  • output_dir (str | Path)

  • indent (int)

Parameters#

output_dir

Destination directory (created if missing).

indent

JSON indent used for human-readable output.

Returns#

dict[str, Path]

Map keyed by config, meta and validators pointing at the files that were written.

param output_dir:

type output_dir:

str | Path

param indent:

type indent:

int