Extend json-schema model parser
Compare changes
Files
3+ 10
− 11
@@ -192,7 +192,7 @@ def parse_model_from_json_schema(
@@ -600,7+600,7 @@
@@ -639,7+639,7 @@
@@ -660,5+660,5 @@
@@ -699,7+699,7 @@
@@ -711,7+711,7 @@
@@ -732,7 +732,7 @@ class JsonSchemaParser(Parser):
@@ -792,9 +792,6 @@ class JsonSchemaParser(Parser):
@@ -862,7 +859,7 @@ class JsonSchemaParser(Parser):
@@ -893,6 +890,7 @@ class JsonSchemaParser(Parser):
@@ -913,11 +911,12 @@ class JsonSchemaParser(Parser):