Extend json-schema model parser
Compare changes
Files
9+ 108
− 41
@@ -154,7 +154,12 @@ def parse_model_from_string(string):
@@ -164,7 +169,14 @@ def parse_model_from_json_schema(filename: str, top_level_recordtype: bool = Tru
@@ -180,8 +192,8 @@ def parse_model_from_json_schema(filename: str, top_level_recordtype: bool = Tru
@@ -606,14 +618,13 @@ class Parser(object):
@@ -627,3+638,3 @@
@@ -648,7 +664,7 @@ class JsonSchemaParser(Parser):
@@ -672,7 +688,7 @@ class JsonSchemaParser(Parser):
@@ -694,7 +710,7 @@ class JsonSchemaParser(Parser):
@@ -715,7 +731,7 @@ class JsonSchemaParser(Parser):
@@ -724,7 +740,7 @@ class JsonSchemaParser(Parser):
@@ -744,7 +760,7 @@ class JsonSchemaParser(Parser):
@@ -755,7 +771,7 @@ class JsonSchemaParser(Parser):
@@ -775,9 +791,6 @@ class JsonSchemaParser(Parser):
@@ -786,11 +799,12 @@ class JsonSchemaParser(Parser):
@@ -814,7 +828,7 @@ class JsonSchemaParser(Parser):
@@ -844,30 +858,38 @@ class JsonSchemaParser(Parser):
@@ -875,12 +897,57 @@ class JsonSchemaParser(Parser):