v0.12.3
Changes
- Fix: OpenAPI 3.1
typearray nullable syntax (type: [string, 'null']) now correctly generatesstring | nullinstead ofunknown - Both OpenAPI 3.0 (
nullable: true) and 3.1 (type array) nullable patterns are now supported - Added unit tests for type array handling