"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.
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:
FYI - As a test, Shreyas changed "soil" to "sample" on a sample EMSL record, and it ingests without any additional validation errors.