ENH: JsonSchemaExporter accepts do_not_create parameter.
Compare changes
Files
2- Daniel Hornung authored
@@ -33,7 +33,8 @@ def _make_required_list(rt: db.RecordType):
@@ -54,6 +55,8 @@ def _make_prop_from_prop(prop: db.Property, additional_options_for_text_props: O
@@ -111,7 +114,19 @@ def _make_text_property(description="", text_format=None, text_pattern=None):