Extend json-schema model parser
3 unresolved threads
3 unresolved threads
Compare changes
Files
5+ 139
− 22
@@ -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,17 @@ def parse_model_from_string(string):
@@ -177,7 +183,7 @@ def parse_model_from_json_schema(filename: str):
@@ -623,7 +629,7 @@ class JsonSchemaParser(Parser):
@@ -631,6 +637,9 @@ class JsonSchemaParser(Parser):
@@ -641,11 +650,11 @@ class JsonSchemaParser(Parser):
@@ -654,6 +663,9 @@ class JsonSchemaParser(Parser):
@@ -665,23 +677,52 @@ class JsonSchemaParser(Parser):
@@ -695,6 +736,10 @@ class JsonSchemaParser(Parser):
@@ -716,6 +761,11 @@ class JsonSchemaParser(Parser):
@@ -725,6 +775,9 @@ class JsonSchemaParser(Parser):
@@ -745,10 +798,7 @@ class JsonSchemaParser(Parser):
@@ -762,6 +812,17 @@ class JsonSchemaParser(Parser):
@@ -806,6 +867,62 @@ class JsonSchemaParser(Parser):