Skip to content

Changes on 'minItems' and 'maxItems' not detected #480

Closed
@michael-schnell

Description

@michael-schnell

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions