bhch/django-jsonform

JS widget for schema in field

Opened this issue · 1 comments

Usecase: the json-schema itself is saved in a JSONField, so it needs to be editable by means of a JS widget.

AFAIK, it is currently not possible to make the widget work on a JSON field that contains the schema, ensuring that nothing is added that is not supported by django-jsonform.

bhch commented

How are you editing the schema currently?