Extend json-schema model parser
Compare changes
Files
8+ 95
− 29
@@ -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
@@ -181,7 +193,7 @@ def parse_model_from_json_schema(filename: str, top_level_recordtype: bool = Tru
@@ -629,6 +641,11 @@ class JsonSchemaParser(Parser):
@@ -755,7 +772,7 @@ class JsonSchemaParser(Parser):
@@ -775,9 +792,6 @@ class JsonSchemaParser(Parser):
@@ -786,7 +800,8 @@ class JsonSchemaParser(Parser):
@@ -814,7 +829,7 @@ class JsonSchemaParser(Parser):
@@ -846,26 +861,33 @@ class JsonSchemaParser(Parser):
@@ -875,12 +897,56 @@ class JsonSchemaParser(Parser):