Extend json-schema model parser
Compare changes
Files
7+ 91
− 25
@@ -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):
@@ -786,7 +803,8 @@ class JsonSchemaParser(Parser):
@@ -814,7 +832,7 @@ class JsonSchemaParser(Parser):
@@ -846,26 +864,33 @@ class JsonSchemaParser(Parser):
@@ -875,12 +900,53 @@ class JsonSchemaParser(Parser):