if in new api version some property is not required anymore, new api is recognized as not compatible old api schema definition: ``` "SomeDto": { "required": [ "prop1", "prop2", "prop3" ], ... ``` new api schema definition: ``` "SomeDto": { "required": [ "prop1" ], ... ```
Activity
typekpb commentedon Oct 30, 2023
same issue here
joschi commentedon Dec 16, 2023
@lbxxxxx2a @typekpb Could you please provide a minimal set of OpenAPI specifications to demonstrate the issue?