Francois LASNE

Results 105 comments of Francois LASNE

a "recent" page explaining the $ref model in details has been published by OpenAPI initiative there https://learn.openapis.org/referencing/overview.html and around how to resolve reference

The key point here is that [RFC ](https://datatracker.ietf.org/doc/html/rfc6570) is defining a way to represent template according to this specification it defines that template are a **string** , with **basic rules**...

@handrews > @LasneF currently, parameter type is not considered as part of request matching here i do not want to open a pandora box , may be better to add...

got a systematic way to reproduce it occurs when the issue is like that ![image](https://github.com/pb33f/openapi-changes/assets/12461661/408b4968-51e1-4ded-9530-d3eba800055c) and in term of report in this case { "breaking": true, "change": 2, "changeText": "property_added",...

fixed thanks to libOpenAPI changes ... woudl requires a release of openapic hanges with recent libopenapi

may be for now not as custom , that requires a 'rules" engine to do so but just that you can adjust the level on the current pre defined rules...

just for the record , still reproducible ![image](https://github.com/user-attachments/assets/b84146b0-5b3e-4ef3-9a68-f63bb1eee949)

i will try to have a first draft high level targetting that it validate the provided sample , then there are quite some challenges for some complex structure, here it...

kind of , yes but with even more straight forward sample . My use case , that is quite common is to have json schema stored in a file system...

thanks @jdesrosiers for the detailed answer ; I am exactly doing the second way , i think it s a common practice , this introduces the $ref with ./myFile.json (ie...