ENH: JsonSchemaExporter accepts do_not_create parameter.
Compare changes
Files
2- Daniel Hornung authored
@@ -25,7 +25,7 @@ The scope of this json schema is the automatic generation of user interfaces.
@@ -409,7 +409,7 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -428,21 +428,33 @@ Parameters
@@ -469,24 +481,45 @@ schemas : dict[str, dict] | Iterable[dict]
@@ -496,4 +529,6 @@ out : dict