Skip to content

models.taxa.family has an array of values but should have a single value #72

@brycefrank

Description

@brycefrank

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions