ENH: add framework for converting json schema into table templates
Compare changes
Files
2- Daniel Hornung authored
@@ -29,6 +29,7 @@ from typing import Any, Dict, Iterable, List, Optional, Sequence, Tuple, Union
@@ -45,6 +46,7 @@ class JsonSchemaExporter:
@@ -73,16 +75,21 @@ class JsonSchemaExporter:
@@ -118,6 +125,7 @@ class JsonSchemaExporter:
@@ -256,7 +264,9 @@ class JsonSchemaExporter:
@@ -479,6 +489,7 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -524,6 +535,9 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
@@ -560,6 +574,7 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T