Open brycefrank opened 1 month ago
For example:
"taxa": [ { "family": [ "Pinaceae" ], "genus": [ "Abies" ], "species": [ "concolor" ]
Instead, taxa should be a list of objects, with values that are not arrays, because each element of taxa is a taxon, which can only have one value for each part of the hierarchy
taxa
For example:
Instead,
taxa
should be a list of objects, with values that are not arrays, because each element oftaxa
is a taxon, which can only have one value for each part of the hierarchy