The species_at_sites property of OPTIMADEStructureAttribute is currently a list of strings, referring to the name of the individual species.
Having species_at_sites being a ref-type to OPTIMADEStructureSpecies would be more semantic and less entangled. This would also be a more efficient way to store the data.
The
species_at_sitesproperty of OPTIMADEStructureAttribute is currently a list of strings, referring to the name of the individual species.Having
species_at_sitesbeing a ref-type to OPTIMADEStructureSpecies would be more semantic and less entangled. This would also be a more efficient way to store the data.