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
**`(fix):`** Fix OpenAPI importer to correctly handle `oneOf[Type, null]` and `anyOf[Type, null]` patterns for non-required properties. These properties are now properly represented as `optional(nullable(T))` in the IR, ensuring autogenerated examples omit the field instead of generating `{}`. This preserves tri-state semantics (absent, null, present) for both collapsed `Optional<T>` and non-collapsed `OptionalNullable<T>` modes.
0 commit comments