useUnionTypes
Whether to use union types for nullable fields.
When true: Generates ["string", "null"] (JSON Schema Draft 2020-12 standard). When false: Uses nullable field instead (see useNullableField).
Default: true
Whether to use union types for nullable fields.
When true: Generates ["string", "null"] (JSON Schema Draft 2020-12 standard). When false: Uses nullable field instead (see useNullableField).
Default: true