more jsonschema export
All threads resolved!
All threads resolved!
Compare changes
@@ -25,7 +25,7 @@ The scope of this json schema is the automatic generation of user interfaces.
@@ -43,6 +43,7 @@ class JsonSchemaExporter:
@@ -75,6 +76,10 @@ class JsonSchemaExporter:
@@ -82,6 +87,8 @@ class JsonSchemaExporter:
@@ -91,6 +98,7 @@ class JsonSchemaExporter:
@@ -106,15 +114,15 @@ class JsonSchemaExporter:
@@ -131,7 +139,7 @@ class JsonSchemaExporter:
@@ -154,13 +162,21 @@ class JsonSchemaExporter:
@@ -181,7 +197,9 @@ class JsonSchemaExporter:
@@ -198,7 +216,7 @@ class JsonSchemaExporter:
@@ -239,22 +257,26 @@ class JsonSchemaExporter:
@@ -269,13 +291,16 @@ class JsonSchemaExporter:
@@ -283,22 +308,31 @@ class JsonSchemaExporter:
@@ -310,7 +344,9 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -338,22 +374,31 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -365,11 +410,12 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -388,21 +434,33 @@ Parameters
@@ -429,24 +487,45 @@ schemas : dict[str, dict] | Iterable[dict]
@@ -456,4 +535,6 @@ out : dict