You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsonld-context/nmdc.context.jsonld
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"_comments": "Auto generated from nmdc.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-05-06T11:21:32\n Schema: NMDC\n metamodel version: 1.7.0\n model version: 2.1.0\n \n id: https://microbiomedata/schema\n description: Schema for National Microbiome Data Collaborative (NMDC).\n \nThis schema is organized into distinct modules:\n\n * a set of core types for representing data values\n * the mixs schema (auto-translated from mixs excel)\n * annotation schema\n * the NMDC schema itself\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
2
+
"_comments": "Auto generated from nmdc.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-05-13T08:53:07\n Schema: NMDC\n metamodel version: 1.7.0\n model version: 4.0.0\n \n id: https://microbiomedata/schema\n description: Schema for National Microbiome Data Collaborative (NMDC).\nThis schema is organized into distinct modules:\n\n * a set of core types for representing data values\n * the mixs schema (auto-translated from mixs excel)\n * annotation schema\n * the NMDC schema itself\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
Copy file name to clipboardExpand all lines: jsonschema/nmdc.schema.json
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1230,7 +1230,7 @@
1230
1230
"type": "array"
1231
1231
},
1232
1232
"read_based_analysis_activity_set": {
1233
-
"description": "This property links a database object to the set of read based analysis activities.\n",
1233
+
"description": "This property links a database object to the set of read based analysis activities.",
1234
1234
"items": {
1235
1235
"$ref": "#/$defs/ReadBasedAnalysisActivity"
1236
1236
},
@@ -3238,7 +3238,7 @@
3238
3238
"type": "string"
3239
3239
},
3240
3240
"instrument_name": {
3241
-
"description": "The name of the instrument that was used for processing the sample.\n",
3241
+
"description": "The name of the instrument that was used for processing the sample.",
3242
3242
"type": "string"
3243
3243
},
3244
3244
"mod_date": {
@@ -4298,6 +4298,14 @@
4298
4298
"additionalProperties": false,
4299
4299
"description": "A study summarizes the overall goal of a research initiative and outlines the key objective of its underlying projects.",
4300
4300
"properties": {
4301
+
"GOLD_sample_identifiers": {
4302
+
"description": "identifiers for corresponding sample in GOLD",
4303
+
"items": {
4304
+
"type": "string"
4305
+
},
4306
+
"pattern": "^GOLD:Gb[0-9]+$",
4307
+
"type": "array"
4308
+
},
4301
4309
"GOLD_study_identifiers": {
4302
4310
"description": "identifiers for corresponding project in GOLD",
4303
4311
"items": {
@@ -4414,6 +4422,9 @@
4414
4422
"description": "A human readable label for an entity",
4415
4423
"type": "string"
4416
4424
},
4425
+
"notes": {
4426
+
"type": "string"
4427
+
},
4417
4428
"objective": {
4418
4429
"description": "The scientific objectives associated with the entity. It SHOULD correspond to scientific norms for objectives field in a structured abstract.",
4419
4430
"type": "string"
@@ -5028,7 +5039,7 @@
5028
5039
"type": "array"
5029
5040
},
5030
5041
"read_based_analysis_activity_set": {
5031
-
"description": "This property links a database object to the set of read based analysis activities.\n",
5042
+
"description": "This property links a database object to the set of read based analysis activities.",
0 commit comments