We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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" ], ...