Skip to content

Add "soil" to EntityType enum #80

@valerie-autumn-skye

Description

@valerie-autumn-skye

The EMSL JSON data is failing validation against v0.1.0-alpha.12. The EntityType enum needs a "soil" value added.

https://github.com/ber-data/data/blob/31feb04e6719e65fc0abd4637fb7601a59c0a100/ingest/emsl/emsl_00002.json#L9

EntityType is currently defined as:

        "EntityType": {
            "description": "The type of entity captured in this record.",
            "enum": [
                "biodata",
                "jgi_biosample",
                "sample",
                "sequence",
                "taxon",
                "unspecified",
                "project",
                "site",
                "dataset"
            ],
            "title": "EntityType",
            "type": "string"

FYI - As a test, Shreyas changed "soil" to "sample" on a sample EMSL record, and it ingests without any additional validation errors.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions