Skip to content

Changes on "minProperties" / "maxProperties" are not detected #479

Closed
@michael-schnell

Description

@michael-schnell

Adding ,removing or changing "minProperties" and "maxProperies" is not detected.

V1:

schema:
    title: Foo
    type: object
    additionalProperties:
        title: Bar
        type: string

V2 (Added 'maxProperties'):

schema:
    title: Foo
    type: object
    maxProperties: 2
    additionalProperties:
        title: Bar
        type: string

Same with removing or changing the value.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions