json-schema-editor icon indicating copy to clipboard operation
json-schema-editor copied to clipboard

Delete property

Open fhenriquefv opened this issue 7 years ago • 1 comments

When a required property is deleted, it is not being excluded from the required list.

fhenriquefv avatar Oct 03 '18 13:10 fhenriquefv

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.

tangram-js avatar Oct 06 '18 20:10 tangram-js