json-schema-editor
json-schema-editor copied to clipboard
Delete property
When a required property is deleted, it is not being excluded from the required list.
In General, this issue is about the consistency of schema. For example, deleted object property which is included in the dependencies, rename object property which is included in the required or dependencies. I will try to find out the proper method to validate the consistency of schema.