oas_parser

An open source Open API Spec 3 Definition Parser

MIT License

Downloads
1.3M
Stars
51
Committers
14

Bot releases are hidden (Show)

oas_parser - v0.25.1 Latest Release

Published by mheap over 4 years ago

  • Load 'path' explicitly, because 'webhook' needs it (#49) - Thanks @ahx
oas_parser - v0.25.0

Published by mheap over 4 years ago

Add support for OpenAPI 3.1 Webhooks support

oas_parser - v0.24.0

Published by mheap over 4 years ago

allOf values are now merged recursively, allowing you to have an allOf containing an allOf

oas_parser - v0.20.0

Published by mheap about 5 years ago

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)