nmdc-schema 11.14.0__py3-none-any.whl → 11.14.0rc1__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.
@@ -1301,13 +1301,6 @@
1301
1301
  "null"
1302
1302
  ]
1303
1303
  },
1304
- "ecosystem_path_id": {
1305
- "description": "A unique id representing the GOLD classifiers associated with a sample.",
1306
- "type": [
1307
- "integer",
1308
- "null"
1309
- ]
1310
- },
1311
1304
  "ecosystem_subtype": {
1312
1305
  "description": "Ecosystem subtypes represent further subdivision of Ecosystem types into more distinct subtypes. Ecosystem subtype is in position 4/5 in a GOLD path.",
1313
1306
  "type": [
@@ -3282,17 +3275,6 @@
3282
3275
  "null"
3283
3276
  ]
3284
3277
  },
3285
- "provenance_metadata": {
3286
- "anyOf": [
3287
- {
3288
- "$ref": "#/$defs/ProvenanceMetadata"
3289
- },
3290
- {
3291
- "type": "null"
3292
- }
3293
- ],
3294
- "description": "Provides information about the provenance of a record."
3295
- },
3296
3278
  "quad_pos": {
3297
3279
  "$ref": "#/$defs/QuadPosEnum",
3298
3280
  "description": "The quadrant position of the sampling room within the building"
@@ -9109,7 +9091,7 @@
9109
9091
  "description": "The computing resource or facility where the workflow was executed."
9110
9092
  },
9111
9093
  "git_url": {
9112
- "description": "The url that points to the exact software repository location used to run a workflow",
9094
+ "description": "The url that points to the exact github location of a workflow.",
9113
9095
  "type": "string"
9114
9096
  },
9115
9097
  "has_failure_categorization": {
@@ -9897,7 +9879,7 @@
9897
9879
  "description": "The computing resource or facility where the workflow was executed."
9898
9880
  },
9899
9881
  "git_url": {
9900
- "description": "The url that points to the exact software repository location used to run a workflow",
9882
+ "description": "The url that points to the exact github location of a workflow.",
9901
9883
  "type": "string"
9902
9884
  },
9903
9885
  "has_failure_categorization": {
@@ -10141,7 +10123,7 @@
10141
10123
  "description": "The computing resource or facility where the workflow was executed."
10142
10124
  },
10143
10125
  "git_url": {
10144
- "description": "The url that points to the exact software repository location used to run a workflow",
10126
+ "description": "The url that points to the exact github location of a workflow.",
10145
10127
  "type": "string"
10146
10128
  },
10147
10129
  "gold_analysis_project_identifiers": {
@@ -10466,7 +10448,7 @@
10466
10448
  ]
10467
10449
  },
10468
10450
  "git_url": {
10469
- "description": "The url that points to the exact software repository location used to run a workflow",
10451
+ "description": "The url that points to the exact github location of a workflow.",
10470
10452
  "type": "string"
10471
10453
  },
10472
10454
  "has_failure_categorization": {
@@ -10786,7 +10768,7 @@
10786
10768
  "description": "The computing resource or facility where the workflow was executed."
10787
10769
  },
10788
10770
  "git_url": {
10789
- "description": "The url that points to the exact software repository location used to run a workflow",
10771
+ "description": "The url that points to the exact github location of a workflow.",
10790
10772
  "type": "string"
10791
10773
  },
10792
10774
  "has_failure_categorization": {
@@ -11012,7 +10994,7 @@
11012
10994
  "description": "The computing resource or facility where the workflow was executed."
11013
10995
  },
11014
10996
  "git_url": {
11015
- "description": "The url that points to the exact software repository location used to run a workflow",
10997
+ "description": "The url that points to the exact github location of a workflow.",
11016
10998
  "type": "string"
11017
10999
  },
11018
11000
  "gold_analysis_project_identifiers": {
@@ -11338,7 +11320,7 @@
11338
11320
  ]
11339
11321
  },
11340
11322
  "git_url": {
11341
- "description": "The url that points to the exact software repository location used to run a workflow",
11323
+ "description": "The url that points to the exact github location of a workflow.",
11342
11324
  "type": "string"
11343
11325
  },
11344
11326
  "has_failure_categorization": {
@@ -11658,7 +11640,7 @@
11658
11640
  "description": "The computing resource or facility where the workflow was executed."
11659
11641
  },
11660
11642
  "git_url": {
11661
- "description": "The url that points to the exact software repository location used to run a workflow",
11643
+ "description": "The url that points to the exact github location of a workflow.",
11662
11644
  "type": "string"
11663
11645
  },
11664
11646
  "has_failure_categorization": {
@@ -12073,7 +12055,7 @@
12073
12055
  "description": "The computing resource or facility where the workflow was executed."
12074
12056
  },
12075
12057
  "git_url": {
12076
- "description": "The url that points to the exact software repository location used to run a workflow",
12058
+ "description": "The url that points to the exact github location of a workflow.",
12077
12059
  "type": "string"
12078
12060
  },
12079
12061
  "has_failure_categorization": {
@@ -13107,8 +13089,7 @@
13107
13089
  {
13108
13090
  "type": "null"
13109
13091
  }
13110
- ],
13111
- "description": "A measure of the purity of a biomaterial sample"
13092
+ ]
13112
13093
  },
13113
13094
  "description": {
13114
13095
  "description": "a human-readable description of a thing",
@@ -13407,42 +13388,6 @@
13407
13388
  "title": "ProtocolForEnum",
13408
13389
  "type": "string"
13409
13390
  },
13410
- "ProvenanceMetadata": {
13411
- "additionalProperties": false,
13412
- "description": "Metadata pertaining to how a record was created.",
13413
- "properties": {
13414
- "git_url": {
13415
- "description": "The url of the software repository used to generate the NMDC metadata record",
13416
- "type": [
13417
- "string",
13418
- "null"
13419
- ]
13420
- },
13421
- "source_system_of_record": {
13422
- "$ref": "#/$defs/SourceSystemEnum",
13423
- "description": "Identifies the system of origin for a record"
13424
- },
13425
- "type": {
13426
- "description": "the class_uri of the class that has been instantiated",
13427
- "enum": [
13428
- "nmdc:ProvenanceMetadata"
13429
- ],
13430
- "type": "string"
13431
- },
13432
- "version": {
13433
- "description": "The version tag of the software used to generate the NMDC metadata record",
13434
- "type": [
13435
- "string",
13436
- "null"
13437
- ]
13438
- }
13439
- },
13440
- "required": [
13441
- "type"
13442
- ],
13443
- "title": "ProvenanceMetadata",
13444
- "type": "object"
13445
- },
13446
13391
  "QuadPosEnum": {
13447
13392
  "description": "",
13448
13393
  "enum": [
@@ -13588,7 +13533,7 @@
13588
13533
  "description": "The computing resource or facility where the workflow was executed."
13589
13534
  },
13590
13535
  "git_url": {
13591
- "description": "The url that points to the exact software repository location used to run a workflow",
13536
+ "description": "The url that points to the exact github location of a workflow.",
13592
13537
  "type": "string"
13593
13538
  },
13594
13539
  "has_failure_categorization": {
@@ -13800,7 +13745,7 @@
13800
13745
  "description": "The computing resource or facility where the workflow was executed."
13801
13746
  },
13802
13747
  "git_url": {
13803
- "description": "The url that points to the exact software repository location used to run a workflow",
13748
+ "description": "The url that points to the exact github location of a workflow.",
13804
13749
  "type": "string"
13805
13750
  },
13806
13751
  "has_failure_categorization": {
@@ -14282,18 +14227,6 @@
14282
14227
  "title": "SoilHorizonEnum",
14283
14228
  "type": "string"
14284
14229
  },
14285
- "SourceSystemEnum": {
14286
- "description": "",
14287
- "enum": [
14288
- "NMDC_Submission_Portal",
14289
- "GOLD",
14290
- "NEON_Data_Portal",
14291
- "NCBI",
14292
- "custom"
14293
- ],
14294
- "title": "SourceSystemEnum",
14295
- "type": "string"
14296
- },
14297
14230
  "SpecificEnum": {
14298
14231
  "description": "",
14299
14232
  "enum": [
@@ -15366,7 +15299,6 @@
15366
15299
  "sr",
15367
15300
  "Hz",
15368
15301
  "1/d",
15369
- "1/[sft_i]",
15370
15302
  "kHz",
15371
15303
  "MHz",
15372
15304
  "GHz",
@@ -15877,6 +15809,5 @@
15877
15809
  },
15878
15810
  "title": "NMDC",
15879
15811
  "type": "object",
15880
- "version": "11.14.0"
15812
+ "version": "11.14.0rc1"
15881
15813
  }
15882
-