Skip to content
Snippets Groups Projects

ENH: add framework for converting json schema into table templates

Merged Henrik tom Wörden requested to merge f-more-jsonschema-export into dev
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -623,6 +623,11 @@ ui_schema : dict, optional
if rjsf_uischema is not None:
ui_schema = {"items": rjsf_uischema}
# Propagate ui: options up one level.
for key in rjsf_uischema.keys():
if key.startswith("ui:"):
ui_schema[key] = rjsf_uischema[key]
return result, ui_schema
return result
Loading