Extend json-schema model parser
Compare changes
Files
5+ 18
− 17
@@ -192,7 +192,7 @@ def parse_model_from_json_schema(
@@ -618,14 +618,13 @@ class Parser(object):
@@ -639,0+638,0 @@
@@ -665,7 +664,7 @@ class JsonSchemaParser(Parser):
@@ -689,7 +688,7 @@ class JsonSchemaParser(Parser):
@@ -711,7 +710,7 @@ class JsonSchemaParser(Parser):
@@ -732,7 +731,7 @@ class JsonSchemaParser(Parser):
@@ -741,7 +740,7 @@ class JsonSchemaParser(Parser):
@@ -761,7 +760,7 @@ class JsonSchemaParser(Parser):
@@ -792,9 +791,6 @@ class JsonSchemaParser(Parser):
@@ -808,7 +804,7 @@ class JsonSchemaParser(Parser):
@@ -862,7 +858,7 @@ class JsonSchemaParser(Parser):
@@ -893,6 +889,7 @@ class JsonSchemaParser(Parser):
@@ -913,12 +910,16 @@ class JsonSchemaParser(Parser):