Json-Schema Format is not considered

Issue #16 closed
Former user created an issue

If a schema in an OpenApi-file changes the following way, it is not recognized as a difference:

... "Id": { "type": "string" }, ...

to

... "Id": { "type": "string", "format": "uuid" }, ...

Comments (3)

  1. Log in to comment