openMetadataInitiative / openMINDS_Python

Python package for the openMINDS metadata models. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods.
MIT License
1 stars 2 forks source link

Fix incorrect handling of array properties #18

Closed apdavison closed 1 year ago

apdavison commented 1 year ago

Also implement wrapping of single properties in a list, when an array value is expected

Fixes #3, #7, #8 and #10