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.
@@ -1299,13 +1299,6 @@
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
- },
1309
1302
  "ecosystem_subtype": {
1310
1303
  "description": "Ecosystem subtypes represent further subdivision of Ecosystem types into more distinct subtypes. Ecosystem subtype is in position 4/5 in a GOLD path.",
1311
1304
  "type": [
@@ -3280,17 +3273,6 @@
3280
3273
  "null"
3281
3274
  ]
3282
3275
  },
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
- },
3294
3276
  "quad_pos": {
3295
3277
  "$ref": "#/$defs/QuadPosEnum",
3296
3278
  "description": "The quadrant position of the sampling room within the building"
@@ -9081,7 +9063,7 @@
9081
9063
  "description": "The computing resource or facility where the workflow was executed."
9082
9064
  },
9083
9065
  "git_url": {
9084
- "description": "The url that points to the exact software repository location used to run a workflow",
9066
+ "description": "The url that points to the exact github location of a workflow.",
9085
9067
  "type": "string"
9086
9068
  },
9087
9069
  "has_failure_categorization": {
@@ -9858,7 +9840,7 @@
9858
9840
  "description": "The computing resource or facility where the workflow was executed."
9859
9841
  },
9860
9842
  "git_url": {
9861
- "description": "The url that points to the exact software repository location used to run a workflow",
9843
+ "description": "The url that points to the exact github location of a workflow.",
9862
9844
  "type": "string"
9863
9845
  },
9864
9846
  "has_failure_categorization": {
@@ -10097,7 +10079,7 @@
10097
10079
  "description": "The computing resource or facility where the workflow was executed."
10098
10080
  },
10099
10081
  "git_url": {
10100
- "description": "The url that points to the exact software repository location used to run a workflow",
10082
+ "description": "The url that points to the exact github location of a workflow.",
10101
10083
  "type": "string"
10102
10084
  },
10103
10085
  "gold_analysis_project_identifiers": {
@@ -10419,7 +10401,7 @@
10419
10401
  ]
10420
10402
  },
10421
10403
  "git_url": {
10422
- "description": "The url that points to the exact software repository location used to run a workflow",
10404
+ "description": "The url that points to the exact github location of a workflow.",
10423
10405
  "type": "string"
10424
10406
  },
10425
10407
  "has_failure_categorization": {
@@ -10735,7 +10717,7 @@
10735
10717
  "description": "The computing resource or facility where the workflow was executed."
10736
10718
  },
10737
10719
  "git_url": {
10738
- "description": "The url that points to the exact software repository location used to run a workflow",
10720
+ "description": "The url that points to the exact github location of a workflow.",
10739
10721
  "type": "string"
10740
10722
  },
10741
10723
  "has_failure_categorization": {
@@ -10957,7 +10939,7 @@
10957
10939
  "description": "The computing resource or facility where the workflow was executed."
10958
10940
  },
10959
10941
  "git_url": {
10960
- "description": "The url that points to the exact software repository location used to run a workflow",
10942
+ "description": "The url that points to the exact github location of a workflow.",
10961
10943
  "type": "string"
10962
10944
  },
10963
10945
  "gold_analysis_project_identifiers": {
@@ -11279,7 +11261,7 @@
11279
11261
  ]
11280
11262
  },
11281
11263
  "git_url": {
11282
- "description": "The url that points to the exact software repository location used to run a workflow",
11264
+ "description": "The url that points to the exact github location of a workflow.",
11283
11265
  "type": "string"
11284
11266
  },
11285
11267
  "has_failure_categorization": {
@@ -11595,7 +11577,7 @@
11595
11577
  "description": "The computing resource or facility where the workflow was executed."
11596
11578
  },
11597
11579
  "git_url": {
11598
- "description": "The url that points to the exact software repository location used to run a workflow",
11580
+ "description": "The url that points to the exact github location of a workflow.",
11599
11581
  "type": "string"
11600
11582
  },
11601
11583
  "has_failure_categorization": {
@@ -12003,7 +11985,7 @@
12003
11985
  "description": "The computing resource or facility where the workflow was executed."
12004
11986
  },
12005
11987
  "git_url": {
12006
- "description": "The url that points to the exact software repository location used to run a workflow",
11988
+ "description": "The url that points to the exact github location of a workflow.",
12007
11989
  "type": "string"
12008
11990
  },
12009
11991
  "has_failure_categorization": {
@@ -13025,8 +13007,7 @@
13025
13007
  {
13026
13008
  "type": "null"
13027
13009
  }
13028
- ],
13029
- "description": "A measure of the purity of a biomaterial sample"
13010
+ ]
13030
13011
  },
13031
13012
  "description": {
13032
13013
  "description": "a human-readable description of a thing",
@@ -13325,42 +13306,6 @@
13325
13306
  "title": "ProtocolForEnum",
13326
13307
  "type": "string"
13327
13308
  },
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
- },
13364
13309
  "QuadPosEnum": {
13365
13310
  "description": "",
13366
13311
  "enum": [
@@ -13506,7 +13451,7 @@
13506
13451
  "description": "The computing resource or facility where the workflow was executed."
13507
13452
  },
13508
13453
  "git_url": {
13509
- "description": "The url that points to the exact software repository location used to run a workflow",
13454
+ "description": "The url that points to the exact github location of a workflow.",
13510
13455
  "type": "string"
13511
13456
  },
13512
13457
  "has_failure_categorization": {
@@ -13714,7 +13659,7 @@
13714
13659
  "description": "The computing resource or facility where the workflow was executed."
13715
13660
  },
13716
13661
  "git_url": {
13717
- "description": "The url that points to the exact software repository location used to run a workflow",
13662
+ "description": "The url that points to the exact github location of a workflow.",
13718
13663
  "type": "string"
13719
13664
  },
13720
13665
  "has_failure_categorization": {
@@ -14192,18 +14137,6 @@
14192
14137
  "title": "SoilHorizonEnum",
14193
14138
  "type": "string"
14194
14139
  },
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
- },
14207
14140
  "SpecificEnum": {
14208
14141
  "description": "",
14209
14142
  "enum": [
@@ -15270,7 +15203,6 @@
15270
15203
  "sr",
15271
15204
  "Hz",
15272
15205
  "1/d",
15273
- "1/[sft_i]",
15274
15206
  "kHz",
15275
15207
  "MHz",
15276
15208
  "GHz",
@@ -15781,5 +15713,5 @@
15781
15713
  },
15782
15714
  "title": "NMDC",
15783
15715
  "type": "object",
15784
- "version": "11.14.0"
15785
- }
15716
+ "version": "11.14.0rc1"
15717
+ }