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 () - extension #12

Open Peyman-N opened 1 year ago

Peyman-N commented 1 year ago

for saving a single file (single instance or single collection file) we may want to have the extension (".jsonld") automatically added when it is not given. Or causing an error when the extension is not given. (it currently does not complain)