ENH: JsonSchemaExporter accepts do_not_create parameter.
Compare changes
Files
3- Daniel Hornung authored
F more jsonschema export See merge request !84
@@ -36,10 +36,13 @@ class JsonSchemaExporter:
@@ -48,9 +51,12 @@ class JsonSchemaExporter:
@@ -63,17 +69,28 @@ class JsonSchemaExporter:
@@ -151,22 +168,31 @@ class JsonSchemaExporter:
@@ -203,8 +229,10 @@ class JsonSchemaExporter:
@@ -228,8 +256,9 @@ class JsonSchemaExporter:
@@ -274,10 +303,14 @@ class JsonSchemaExporter:
@@ -291,9 +324,12 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -306,6 +342,12 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -316,10 +358,13 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -408,7 +453,7 @@ out : dict