Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed May 16, 2024
1 parent c1e6014 commit 557b0b6
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 99 deletions.
37 changes: 20 additions & 17 deletions project/json/nmdc_submission_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,6 @@
"prefix_prefix": "wgs84",
"prefix_reference": "http://www.w3.org/2003/01/geo/wgs84_pos#"
},
"gold": {
"prefix_prefix": "gold",
"prefix_reference": "https://bioregistry.io/gold:"
},
"MIXS": {
"prefix_prefix": "MIXS",
"prefix_reference": "https://w3id.org/mixs/"
},
"MIXS_yaml": {
"prefix_prefix": "MIXS_yaml",
"prefix_reference": "https://raw.githubusercontent.com/microbiomedata/mixs/main/model/schema/"
},
"COG": {
"prefix_prefix": "COG",
"prefix_reference": "https://bioregistry.io/cog:"
Expand All @@ -335,6 +323,18 @@
"SEED": {
"prefix_prefix": "SEED",
"prefix_reference": "https://bioregistry.io/seed:"
},
"MIXS": {
"prefix_prefix": "MIXS",
"prefix_reference": "https://w3id.org/mixs/"
},
"MIXS_yaml": {
"prefix_prefix": "MIXS_yaml",
"prefix_reference": "https://raw.githubusercontent.com/microbiomedata/mixs/main/model/schema/"
},
"gold": {
"prefix_prefix": "gold",
"prefix_reference": "https://bioregistry.io/gold:"
}
},
"default_prefix": "nmdc_sub_schema",
Expand All @@ -359,11 +359,6 @@
],
"from_schema": "https://example.com/nmdc_submission_schema"
},
"workflow subset": {
"name": "workflow subset",
"description": "Subset consisting of just the workflow execution activities",
"from_schema": "https://example.com/nmdc_submission_schema"
},
"environment": {
"name": "environment",
"from_schema": "https://example.com/nmdc_submission_schema"
Expand Down Expand Up @@ -403,6 +398,11 @@
"name": "checklist_package_combination",
"description": "A combination of a checklist and a package",
"from_schema": "https://example.com/nmdc_submission_schema"
},
"workflow subset": {
"name": "workflow subset",
"description": "Subset consisting of just the workflow execution activities",
"from_schema": "https://example.com/nmdc_submission_schema"
}
},
"types": {
Expand Down Expand Up @@ -6140,6 +6140,9 @@
"Sporozoa": {
"text": "Sporozoa"
},
"Stroma": {
"text": "Stroma"
},
"Subsurface": {
"text": "Subsurface"
},
Expand Down
1 change: 1 addition & 0 deletions project/jsonschema/nmdc_submission_schema.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,7 @@
"Sponge",
"Spore",
"Sporozoa",
"Stroma",
"Subsurface",
"Sulphur Autotrophic Denitrification",
"Sweets",
Expand Down
Loading

0 comments on commit 557b0b6

Please sign in to comment.