Releases: Nexmo/oas_parser
Releases · Nexmo/oas_parser
v0.25.1
- Load 'path' explicitly, because 'webhook' needs it (#49) - Thanks @ahx
v0.25.0
Add support for OpenAPI 3.1 Webhooks
support
v0.24.0
allOf
values are now merged recursively, allowing you to have an allOf
containing an allOf
v0.20.0
allOf values are now deep-merged in to a single hash before being processed as properties/oneOf. This means that allOf will never be present in your data (just like JSON pointers are auto-resolved)