Extend json-schema model parser
Compare changes
Files
9+ 104
− 36
@@ -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
@@ -600,7+612,7 @@
@@ -627,7+639,7 @@
@@ -648,7 +665,7 @@ class JsonSchemaParser(Parser):
@@ -660,7+677,7 @@
@@ -694,7+711,7 @@
@@ -715,5+732,5 @@
@@ -724,7 +741,7 @@ class JsonSchemaParser(Parser):
@@ -737,7+754,7 @@
@@ -755,7+772,7 @@
@@ -775,9 +792,6 @@ class JsonSchemaParser(Parser):
@@ -786,7 +800,8 @@ class JsonSchemaParser(Parser):
@@ -814,7 +829,7 @@ class JsonSchemaParser(Parser):
@@ -844,30 +859,38 @@ class JsonSchemaParser(Parser):
@@ -875,12 +898,57 @@ class JsonSchemaParser(Parser):