Skip to content

Delete all with minItems #743

Open
Open
@Cosmocat

Description

@Cosmocat

Hello,

Delete all has unwanted effect when you have complex object as an array item:

{
"title": "demos",
"type": "array",
"minItems": 3,
"items": {
"type": "object",
"properties": {
"prop1":{ "type": "string" },
"prop2":{ "type": "string" }
}
}
}

Adding item and then delete all would remove properties for all items in array including "required" minItems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions