jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

Adding enum values in the property editor does not update the schema #72

Closed bwesterhaus closed 4 years ago

bwesterhaus commented 4 years ago

If loading a schema with enum values, they are loaded into the property editor, but adding enum values or adding an enum to a property that does not have one does not update the schema.

jackwootton commented 4 years ago

@bwesterhaus Thanks for flagging this. Itn has the same underlying cause as https://github.com/jackwootton/json-schema/issues/67

I'll leave this open for verification purposes.

jackwootton commented 4 years ago

@bwesterhaus This is now fixed on www.jsonschema.net

image