nmdc-schema 11.13.0__py3-none-any.whl → 11.14.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1299,6 +1299,13 @@
1299
1299
  "null"
1300
1300
  ]
1301
1301
  },
1302
+ "ecosystem_path_id": {
1303
+ "description": "A unique id representing the GOLD classifiers associated with a sample.",
1304
+ "type": [
1305
+ "integer",
1306
+ "null"
1307
+ ]
1308
+ },
1302
1309
  "ecosystem_subtype": {
1303
1310
  "description": "Ecosystem subtypes represent further subdivision of Ecosystem types into more distinct subtypes. Ecosystem subtype is in position 4/5 in a GOLD path.",
1304
1311
  "type": [
@@ -3273,6 +3280,17 @@
3273
3280
  "null"
3274
3281
  ]
3275
3282
  },
3283
+ "provenance_metadata": {
3284
+ "anyOf": [
3285
+ {
3286
+ "$ref": "#/$defs/ProvenanceMetadata"
3287
+ },
3288
+ {
3289
+ "type": "null"
3290
+ }
3291
+ ],
3292
+ "description": "Provides information about the provenance of a record."
3293
+ },
3276
3294
  "quad_pos": {
3277
3295
  "$ref": "#/$defs/QuadPosEnum",
3278
3296
  "description": "The quadrant position of the sampling room within the building"
@@ -9063,7 +9081,7 @@
9063
9081
  "description": "The computing resource or facility where the workflow was executed."
9064
9082
  },
9065
9083
  "git_url": {
9066
- "description": "The url that points to the exact github location of a workflow.",
9084
+ "description": "The url that points to the exact software repository location used to run a workflow",
9067
9085
  "type": "string"
9068
9086
  },
9069
9087
  "has_failure_categorization": {
@@ -9840,7 +9858,7 @@
9840
9858
  "description": "The computing resource or facility where the workflow was executed."
9841
9859
  },
9842
9860
  "git_url": {
9843
- "description": "The url that points to the exact github location of a workflow.",
9861
+ "description": "The url that points to the exact software repository location used to run a workflow",
9844
9862
  "type": "string"
9845
9863
  },
9846
9864
  "has_failure_categorization": {
@@ -10079,7 +10097,7 @@
10079
10097
  "description": "The computing resource or facility where the workflow was executed."
10080
10098
  },
10081
10099
  "git_url": {
10082
- "description": "The url that points to the exact github location of a workflow.",
10100
+ "description": "The url that points to the exact software repository location used to run a workflow",
10083
10101
  "type": "string"
10084
10102
  },
10085
10103
  "gold_analysis_project_identifiers": {
@@ -10401,7 +10419,7 @@
10401
10419
  ]
10402
10420
  },
10403
10421
  "git_url": {
10404
- "description": "The url that points to the exact github location of a workflow.",
10422
+ "description": "The url that points to the exact software repository location used to run a workflow",
10405
10423
  "type": "string"
10406
10424
  },
10407
10425
  "has_failure_categorization": {
@@ -10717,7 +10735,7 @@
10717
10735
  "description": "The computing resource or facility where the workflow was executed."
10718
10736
  },
10719
10737
  "git_url": {
10720
- "description": "The url that points to the exact github location of a workflow.",
10738
+ "description": "The url that points to the exact software repository location used to run a workflow",
10721
10739
  "type": "string"
10722
10740
  },
10723
10741
  "has_failure_categorization": {
@@ -10939,7 +10957,7 @@
10939
10957
  "description": "The computing resource or facility where the workflow was executed."
10940
10958
  },
10941
10959
  "git_url": {
10942
- "description": "The url that points to the exact github location of a workflow.",
10960
+ "description": "The url that points to the exact software repository location used to run a workflow",
10943
10961
  "type": "string"
10944
10962
  },
10945
10963
  "gold_analysis_project_identifiers": {
@@ -11261,7 +11279,7 @@
11261
11279
  ]
11262
11280
  },
11263
11281
  "git_url": {
11264
- "description": "The url that points to the exact github location of a workflow.",
11282
+ "description": "The url that points to the exact software repository location used to run a workflow",
11265
11283
  "type": "string"
11266
11284
  },
11267
11285
  "has_failure_categorization": {
@@ -11577,7 +11595,7 @@
11577
11595
  "description": "The computing resource or facility where the workflow was executed."
11578
11596
  },
11579
11597
  "git_url": {
11580
- "description": "The url that points to the exact github location of a workflow.",
11598
+ "description": "The url that points to the exact software repository location used to run a workflow",
11581
11599
  "type": "string"
11582
11600
  },
11583
11601
  "has_failure_categorization": {
@@ -11985,7 +12003,7 @@
11985
12003
  "description": "The computing resource or facility where the workflow was executed."
11986
12004
  },
11987
12005
  "git_url": {
11988
- "description": "The url that points to the exact github location of a workflow.",
12006
+ "description": "The url that points to the exact software repository location used to run a workflow",
11989
12007
  "type": "string"
11990
12008
  },
11991
12009
  "has_failure_categorization": {
@@ -13007,7 +13025,8 @@
13007
13025
  {
13008
13026
  "type": "null"
13009
13027
  }
13010
- ]
13028
+ ],
13029
+ "description": "A measure of the purity of a biomaterial sample"
13011
13030
  },
13012
13031
  "description": {
13013
13032
  "description": "a human-readable description of a thing",
@@ -13306,6 +13325,42 @@
13306
13325
  "title": "ProtocolForEnum",
13307
13326
  "type": "string"
13308
13327
  },
13328
+ "ProvenanceMetadata": {
13329
+ "additionalProperties": false,
13330
+ "description": "Metadata pertaining to how a record was created.",
13331
+ "properties": {
13332
+ "git_url": {
13333
+ "description": "The url of the software repository used to generate the NMDC metadata record",
13334
+ "type": [
13335
+ "string",
13336
+ "null"
13337
+ ]
13338
+ },
13339
+ "source_system_of_record": {
13340
+ "$ref": "#/$defs/SourceSystemEnum",
13341
+ "description": "Identifies the system of origin for a record"
13342
+ },
13343
+ "type": {
13344
+ "description": "the class_uri of the class that has been instantiated",
13345
+ "enum": [
13346
+ "nmdc:ProvenanceMetadata"
13347
+ ],
13348
+ "type": "string"
13349
+ },
13350
+ "version": {
13351
+ "description": "The version tag of the software used to generate the NMDC metadata record",
13352
+ "type": [
13353
+ "string",
13354
+ "null"
13355
+ ]
13356
+ }
13357
+ },
13358
+ "required": [
13359
+ "type"
13360
+ ],
13361
+ "title": "ProvenanceMetadata",
13362
+ "type": "object"
13363
+ },
13309
13364
  "QuadPosEnum": {
13310
13365
  "description": "",
13311
13366
  "enum": [
@@ -13451,7 +13506,7 @@
13451
13506
  "description": "The computing resource or facility where the workflow was executed."
13452
13507
  },
13453
13508
  "git_url": {
13454
- "description": "The url that points to the exact github location of a workflow.",
13509
+ "description": "The url that points to the exact software repository location used to run a workflow",
13455
13510
  "type": "string"
13456
13511
  },
13457
13512
  "has_failure_categorization": {
@@ -13659,7 +13714,7 @@
13659
13714
  "description": "The computing resource or facility where the workflow was executed."
13660
13715
  },
13661
13716
  "git_url": {
13662
- "description": "The url that points to the exact github location of a workflow.",
13717
+ "description": "The url that points to the exact software repository location used to run a workflow",
13663
13718
  "type": "string"
13664
13719
  },
13665
13720
  "has_failure_categorization": {
@@ -14137,6 +14192,18 @@
14137
14192
  "title": "SoilHorizonEnum",
14138
14193
  "type": "string"
14139
14194
  },
14195
+ "SourceSystemEnum": {
14196
+ "description": "",
14197
+ "enum": [
14198
+ "NMDC_Submission_Portal",
14199
+ "GOLD",
14200
+ "NEON_Data_Portal",
14201
+ "NCBI",
14202
+ "custom"
14203
+ ],
14204
+ "title": "SourceSystemEnum",
14205
+ "type": "string"
14206
+ },
14140
14207
  "SpecificEnum": {
14141
14208
  "description": "",
14142
14209
  "enum": [
@@ -14917,11 +14984,9 @@
14917
14984
  "enum": [
14918
14985
  "InProgress",
14919
14986
  "SubmittedPendingReview",
14920
- "ResubmittedPendingReview",
14921
14987
  "ApprovedHeld",
14922
- "PendingUserFacility",
14988
+ "ApprovedPendingUserFacility",
14923
14989
  "UpdatesRequired",
14924
- "InProgressUpdate",
14925
14990
  "Denied",
14926
14991
  "Released"
14927
14992
  ],
@@ -15205,6 +15270,7 @@
15205
15270
  "sr",
15206
15271
  "Hz",
15207
15272
  "1/d",
15273
+ "1/[sft_i]",
15208
15274
  "kHz",
15209
15275
  "MHz",
15210
15276
  "GHz",
@@ -15715,5 +15781,5 @@
15715
15781
  },
15716
15782
  "title": "NMDC",
15717
15783
  "type": "object",
15718
- "version": "11.13.0"
15719
- }
15784
+ "version": "11.14.0"
15785
+ }