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: project/jsonschema/oae_data_protocol.schema.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1398,6 +1398,11 @@
1398
1398
"title": "End Date and Time",
1399
1399
"type": "string"
1400
1400
},
1401
+
"experiment_id": {
1402
+
"description": "The experiment to which the data belong. Any naming convention that produces a unique ID is usable. The recommended naming convention is:\nProject ID + Experiment type + Optional numerical indicator to differentiate between various experiments of the same type for a project. A two digit consecutive number beginning with 01",
1403
+
"title": "Experiment ID",
1404
+
"type": "string"
1405
+
},
1401
1406
"experiment_type": {
1402
1407
"$ref": "#/$defs/ExperimentType",
1403
1408
"description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.",
@@ -1458,6 +1463,7 @@
1458
1463
"required": [
1459
1464
"description",
1460
1465
"spatial_coverage",
1466
+
"experiment_id",
1461
1467
"experiment_type",
1462
1468
"investigators",
1463
1469
"start_datetime",
@@ -1941,6 +1947,11 @@
1941
1947
"description": "Whether the feedstock was pre-equilibrated or unequilibrated",
1942
1948
"title": "Equilibration"
1943
1949
},
1950
+
"experiment_id": {
1951
+
"description": "The experiment to which the data belong. Any naming convention that produces a unique ID is usable. The recommended naming convention is:\nProject ID + Experiment type + Optional numerical indicator to differentiate between various experiments of the same type for a project. A two digit consecutive number beginning with 01",
1952
+
"title": "Experiment ID",
1953
+
"type": "string"
1954
+
},
1944
1955
"experiment_type": {
1945
1956
"$ref": "#/$defs/ExperimentType",
1946
1957
"description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.",
@@ -2014,6 +2025,7 @@
2014
2025
"dosing_description",
2015
2026
"description",
2016
2027
"spatial_coverage",
2028
+
"experiment_id",
2017
2029
"experiment_type",
2018
2030
"investigators",
2019
2031
"start_datetime",
@@ -2164,6 +2176,11 @@
2164
2176
"description": "Whether the feedstock was pre-equilibrated or unequilibrated",
2165
2177
"title": "Equilibration"
2166
2178
},
2179
+
"experiment_id": {
2180
+
"description": "The experiment to which the data belong. Any naming convention that produces a unique ID is usable. The recommended naming convention is:\nProject ID + Experiment type + Optional numerical indicator to differentiate between various experiments of the same type for a project. A two digit consecutive number beginning with 01",
2181
+
"title": "Experiment ID",
2182
+
"type": "string"
2183
+
},
2167
2184
"experiment_type": {
2168
2185
"$ref": "#/$defs/ExperimentType",
2169
2186
"description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.",
@@ -2255,6 +2272,7 @@
2255
2272
"dosing_description",
2256
2273
"description",
2257
2274
"spatial_coverage",
2275
+
"experiment_id",
2258
2276
"experiment_type",
2259
2277
"investigators",
2260
2278
"start_datetime",
@@ -3701,6 +3719,11 @@
3701
3719
"title": "End Date and Time",
3702
3720
"type": "string"
3703
3721
},
3722
+
"experiment_id": {
3723
+
"description": "The experiment to which the data belong. Any naming convention that produces a unique ID is usable. The recommended naming convention is:\nProject ID + Experiment type + Optional numerical indicator to differentiate between various experiments of the same type for a project. A two digit consecutive number beginning with 01",
3724
+
"title": "Experiment ID",
3725
+
"type": "string"
3726
+
},
3704
3727
"experiment_type": {
3705
3728
"$ref": "#/$defs/ExperimentType",
3706
3729
"description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.",
0 commit comments