Extend json-schema model parser
Compare changes
Files
10+ 147
− 39
@@ -77,7 +77,8 @@ JSON_SCHEMA_ATOMIC_TYPES = [
@@ -153,7 +154,12 @@ def parse_model_from_string(string):
@@ -163,7 +169,14 @@ def parse_model_from_json_schema(filename: str, top_level_recordtype: bool = Tru
@@ -179,8 +192,8 @@ def parse_model_from_json_schema(filename: str, top_level_recordtype: bool = Tru
@@ -605,14 +618,13 @@ class Parser(object):
@@ -620,13 +632,16 @@ class JsonSchemaParser(Parser):
@@ -647,7 +662,7 @@ class JsonSchemaParser(Parser):
@@ -671,7 +686,7 @@ class JsonSchemaParser(Parser):
@@ -693,10 +708,19 @@ class JsonSchemaParser(Parser):
@@ -705,7 +729,7 @@ class JsonSchemaParser(Parser):
@@ -714,7 +738,7 @@ class JsonSchemaParser(Parser):
@@ -726,11 +750,15 @@ class JsonSchemaParser(Parser):
@@ -741,7 +769,7 @@ class JsonSchemaParser(Parser):
@@ -769,11 +797,12 @@ class JsonSchemaParser(Parser):
@@ -795,6 +824,17 @@ class JsonSchemaParser(Parser):
@@ -816,28 +856,96 @@ class JsonSchemaParser(Parser):