3.0.3

(fix): Add basic preprocessing of names in the IR parser; for starters, [] -> Array.

3.0.2

(fix): Fix OpenAPI parsing to properly handle allOf with $ref references inside oneOf/anyOf schemas. Previously, inline objects with allOf references but no direct properties were incorrectly converted to map<string, any>. Now they are properly preserved as named types with inheritance.