Unverified Commit f2636ab9 authored by h7x4's avatar h7x4
Browse files

pkgs-lib.formats: add missing parameter comment for `mkStructuredType`

parent 8fd62521
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ let

    Parameters:
    - typeName: String describing the format (e.g. "JSON", "YAML", "XML")
    - nullable: Whether the structured value type allows `null` values.

    Returns a type suitable for structured data formats that supports:
    - Basic types: boolean, integer, float, string, path