You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add preserve_schema_casing option to preserve original casing of schema-derived identifiers, defaults to false for backwards compatibility, which normalises to PascalCase
Fix crash when a multipart/form-data request body references a schema without properties
Fix nullable handling for single-element allOf, oneOf, and anyOf schemas with sibling nullable: true
Fix missing imports for nested union properties in Freezed discriminated-union variants