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

This commit is contained in:
h7x4
2025-10-05 23:28:56 +09:00
parent 8fd6252153
commit f2636ab940
+1
View File
@@ -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