pkgs-lib.formats: add missing parameter comment for mkStructuredType
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user