We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c8cc commit 0752c92Copy full SHA for 0752c92
terminusdb_client/schema/schema.py
@@ -794,7 +794,7 @@ def convert_property(prop_name, prop):
794
return self.object[enum_name]._to_dict()
795
# it's a List
796
elif prop["type"] == "array":
797
- prop_type = convert_property(prop["items"])
+ prop_type = convert_property(prop_name, prop["items"])
798
return {"@type": "List", "@class": prop_type}
799
elif isinstance(prop["type"], list):
800
prop_type = prop["type"]
0 commit comments