Extend json-schema model parser
Compare changes
Files
3+ 14
− 18
@@ -192,7 +192,7 @@ def parse_model_from_json_schema(
@@ -618,14 +618,13 @@ class Parser(object):
@@ -633,13 +632,11 @@ class JsonSchemaParser(Parser):
@@ -665,7 +662,7 @@ class JsonSchemaParser(Parser):
@@ -689,7 +686,7 @@ class JsonSchemaParser(Parser):
@@ -711,7 +708,7 @@ class JsonSchemaParser(Parser):
@@ -732,7 +729,7 @@ class JsonSchemaParser(Parser):
@@ -741,7 +738,7 @@ class JsonSchemaParser(Parser):
@@ -761,7 +758,7 @@ class JsonSchemaParser(Parser):
@@ -792,9 +789,6 @@ class JsonSchemaParser(Parser):
@@ -808,7 +802,7 @@ class JsonSchemaParser(Parser):
@@ -862,7 +856,7 @@ class JsonSchemaParser(Parser):
@@ -893,6 +887,7 @@ class JsonSchemaParser(Parser):
@@ -913,11 +908,12 @@ class JsonSchemaParser(Parser):