Comet 0.4.2
Patch release for expanded OpenAPI schema model generation.
Added
- OpenAPI component schemas can now alias local component
$refs. - Component object properties with inline object schemas now generate nested Swift structs.
- Arrays whose items are inline object schemas now generate nested
Itemstructs.
Fixed
- Local schema
$reflookup now preserves raw OpenAPI component keys before generating Swift type names, so references such as#/components/schemas/pet-aliasresolve correctly.
Verification
git diff --checkswift test --disable-xctest.github/scripts/check-api-breaking-changes.sh v0.4.1