django-jsonform
django-jsonform copied to clipboard
JS widget for schema in field
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.
How are you editing the schema currently?