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

save () - linked type property of embedded type #8

Closed Peyman-N closed 1 year ago

Peyman-N commented 1 year ago

The instance of linked types in instances of embedded types are integrated as embedded not linked which is not correct (example: person -> affiliation (embedded) -> organization (linked)).