Extend json-schema model parser
Compare changes
Files
4+ 54
− 21
@@ -35,8 +35,9 @@ not defined, simply the name can be supplied with no value.
@@ -152,13 +153,17 @@ def parse_model_from_string(string):
@@ -177,7 +182,7 @@ def parse_model_from_json_schema(filename: str):
@@ -623,7 +628,7 @@ class JsonSchemaParser(Parser):
@@ -631,6 +636,9 @@ class JsonSchemaParser(Parser):
@@ -641,11 +649,11 @@ class JsonSchemaParser(Parser):
@@ -654,6 +662,9 @@ class JsonSchemaParser(Parser):
@@ -665,23 +676,43 @@ class JsonSchemaParser(Parser):
@@ -716,6 +747,11 @@ class JsonSchemaParser(Parser):
@@ -745,10 +781,7 @@ class JsonSchemaParser(Parser):