Skip to content
Snippets Groups Projects
Verified Commit 92721f11 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Added comment in code.

parent 51c185ce
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!88jsex / yaml parser
Pipeline #43797 passed
......@@ -212,6 +212,7 @@ class JsonSchemaExporter:
is_list_datatype(prop.datatype) and
get_list_datatype(prop.datatype, strict=True) == db.FILE
):
# Singular FILE (wrapped or unwrapped), or wrapped LIST<FILE>
if self._wrap_files_in_objects:
# Workaround for react-jsonschema-form bug
# https://github.com/rjsf-team/react-jsonschema-form/issues/3957:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment