LimeFlight / openapi-diff

Lib, CLI and GitHub Action to compare two OpenAPI Specification files v3
MIT License
4 stars 6 forks source link

oneOf discriminator #106

Open bukowskim opened 2 years ago

bukowskim commented 2 years ago

The problem is the same as described here: https://github.com/OpenAPITools/openapi-diff/issues/29

Could you merge changes from the original repository to allow optional discriminator? It was introduced in this commit:

https://github.com/OpenAPITools/openapi-diff/commit/726740a8c2d95d6aaaafbd9efe4cbc7a54f72b46

fabich commented 2 years ago

Hi @bukowskim I'll try to have a look at your issues on the weekend - no promises ;)

bukowskim commented 2 years ago

https://github.com/LimeFlight/openapi-diff/pull/107 <- This is a pull request for #105 and #106