pb33f / openapi-changes

The world's sexiest OpenAPI breaking changes detector. Discover what changed between two OpenAPI specs, or a single spec over time. Supports OpenAPI 3.1, 3.0 and Swagger
https://pb33f.io/openapi-changes/
Other
180 stars 16 forks source link

AllOf compatibility detection #150

Open LasneF opened 3 months ago

LasneF commented 3 months ago

given 2 files one having an AllOf of properties A and B anf one having 2 fields , openAPI change should detect that there is a change but non breaking

to do this it could actually merge the required statement of the allOf , merge the properties set and compare with the other

this for basic operation at start , then might be generalized

no_allof.txt with_allof.txt