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

Changes on 'minItems' and 'maxItems' not detected

Open michael-schnell opened this issue 2 years ago • 1 comments

Currently adding/removing/changing 'minItems' or 'maxItems' is not detected.

V1

schema:
    type: array
    items:
        type: integer

V1 (Added 'maxItems')

schema:
    type: array
    items:
        type: integer
    maxItems: 100

Same applies to 'minItems' or changing/removing the values.

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

Sorry, wrong issue.

joschi avatar Mar 04 '23 10:03 joschi