openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

Change of 'nullable' is not detected

Open michael-schnell opened this issue 3 years ago • 0 comments

Currently adding/removing nullable is not detected as a change.

V1

schema:
    type: integer

V2 (with added nullable)

schema:
    type: integer
    nullable: true

Same with removing it.

michael-schnell avatar Mar 03 '23 10:03 michael-schnell