Extend json-schema model parser
Compare changes
Files
9+ 183
− 41
@@ -35,8 +35,9 @@ not defined, simply the name can be supplied with no value.
@@ -76,7 +77,8 @@ JSON_SCHEMA_ATOMIC_TYPES = [
@@ -152,13 +154,29 @@ def parse_model_from_string(string):
@@ -175,9 +193,9 @@ def parse_model_from_json_schema(filename: str):
@@ -623,7 +641,12 @@ class JsonSchemaParser(Parser):
@@ -631,6 +654,9 @@ class JsonSchemaParser(Parser):
@@ -641,11 +667,11 @@ class JsonSchemaParser(Parser):
@@ -654,6 +680,9 @@ class JsonSchemaParser(Parser):
@@ -665,23 +694,52 @@ class JsonSchemaParser(Parser):
@@ -695,6 +753,10 @@ class JsonSchemaParser(Parser):
@@ -710,12 +772,17 @@ class JsonSchemaParser(Parser):
@@ -725,6 +792,9 @@ class JsonSchemaParser(Parser):
@@ -733,7 +803,8 @@ class JsonSchemaParser(Parser):
@@ -745,10 +816,7 @@ class JsonSchemaParser(Parser):
@@ -762,6 +830,17 @@ class JsonSchemaParser(Parser):
@@ -785,26 +864,89 @@ class JsonSchemaParser(Parser):