webgme / webgme-taxonomy

A design studio for creating taxonomies which can then be used to tag various resources.
MIT License
0 stars 1 forks source link

Handle TagCreator schema error #519

Closed romancow closed 6 months ago

romancow commented 6 months ago

Pops-up a generic "invalid json schema" error message if the json schema configuration retrieved by the TagCreator is invalid (such as duplicate property names in required).

This is done by updating the svelte-jsonschema-form dependency to include SchemaForm "error" event.