F json schema datamodel
Compare changes
+ 148
− 2
@@ -16,11 +35,15 @@ not defined, simply the name can be supplied with no value.
@@ -16,11 +35,15 @@ not defined, simply the name can be supplied with no value.
@@ -93,6 +116,14 @@ class YamlDefinitionError(RuntimeError):
@@ -93,6 +116,14 @@ class YamlDefinitionError(RuntimeError):
@@ -107,6 +138,16 @@ def parse_model_from_string(string):
@@ -107,6 +138,16 @@ def parse_model_from_string(string):
@@ -432,7 +473,8 @@ class Parser(object):
@@ -432,7 +473,8 @@ class Parser(object):
@@ -442,6 +484,110 @@ class Parser(object):
@@ -442,6 +484,110 @@ class Parser(object):