nmdc-schema 11.12.0rc2__py3-none-any.whl → 11.13.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.
@@ -2257,7 +2257,7 @@
2257
2257
  "igsn_biosample_identifiers": {
2258
2258
  "description": "A list of identifiers for the biosample from the IGSN database.",
2259
2259
  "items": {
2260
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\\-\\/\\.,]*$",
2260
+ "pattern": "^igsn:[A-Za-z]{2,4}[A-Za-z0-9.-]{1,71}$",
2261
2261
  "type": "string"
2262
2262
  },
2263
2263
  "type": [
@@ -2649,9 +2649,9 @@
2649
2649
  ]
2650
2650
  },
2651
2651
  "misc_param": {
2652
- "description": "Any other measurement performed or parameter collected, that is not listed here",
2652
+ "description": "Structured miscellaneous property assertions. Use when a value cannot cleanly fit an existing, policy-governed slot.",
2653
2653
  "items": {
2654
- "$ref": "#/$defs/TextValue"
2654
+ "$ref": "#/$defs/PropertyAssertion"
2655
2655
  },
2656
2656
  "type": [
2657
2657
  "array",
@@ -3350,7 +3350,7 @@
3350
3350
  "replicate_number": {
3351
3351
  "description": "If sending biological replicates, indicate the rep number here.",
3352
3352
  "type": [
3353
- "string",
3353
+ "integer",
3354
3354
  "null"
3355
3355
  ]
3356
3356
  },
@@ -3915,7 +3915,7 @@
3915
3915
  ]
3916
3916
  },
3917
3917
  "sample_shipped": {
3918
- "description": "The total amount or size (volume (ml), mass (g) or area (m2) ) of sample sent to EMSL.",
3918
+ "description": "The total amount or size (volume, mass, or area) of sample sent to EMSL.",
3919
3919
  "type": [
3920
3920
  "string",
3921
3921
  "null"
@@ -4474,7 +4474,7 @@
4474
4474
  "technical_reps": {
4475
4475
  "description": "If sending technical replicates of the same sample, indicate the replicate count.",
4476
4476
  "type": [
4477
- "string",
4477
+ "integer",
4478
4478
  "null"
4479
4479
  ]
4480
4480
  },
@@ -5587,102 +5587,6 @@
5587
5587
  "title": "ChemicalConversionProcess",
5588
5588
  "type": "object"
5589
5589
  },
5590
- "ChemicalEntity": {
5591
- "additionalProperties": false,
5592
- "description": "An atom or molecule that can be represented with a chemical formula. Include lipids, glycans, natural products, drugs. There may be different terms for distinct acid-base forms, protonation states. A chemical entity is a physical entity that pertains to chemistry or biochemistry.",
5593
- "properties": {
5594
- "alternative_identifiers": {
5595
- "description": "A list of alternative identifiers for the entity.",
5596
- "items": {
5597
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\\-\\/\\.,\\(\\)\\=\\#]*$",
5598
- "type": "string"
5599
- },
5600
- "type": [
5601
- "array",
5602
- "null"
5603
- ]
5604
- },
5605
- "alternative_names": {
5606
- "description": "A list of alternative names used to refer to the entity. The distinction between name and alternative names is application-specific. This should not be used for identifers which have their own slots (e.g., bioproject:PRJNA406974)",
5607
- "items": {
5608
- "type": "string"
5609
- },
5610
- "type": [
5611
- "array",
5612
- "null"
5613
- ]
5614
- },
5615
- "chemical_formula": {
5616
- "description": "A generic grouping for molecular formulae and empirical formulae",
5617
- "type": [
5618
- "string",
5619
- "null"
5620
- ]
5621
- },
5622
- "definition": {
5623
- "description": "The definition of the ontology term as provided by the ontology.",
5624
- "type": [
5625
- "string",
5626
- "null"
5627
- ]
5628
- },
5629
- "description": {
5630
- "description": "a human-readable description of a thing",
5631
- "type": [
5632
- "string",
5633
- "null"
5634
- ]
5635
- },
5636
- "id": {
5637
- "description": "A unique identifier for a thing. Must be either a CURIE shorthand for a URI or a complete URI",
5638
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\\-\\/\\.,]*$",
5639
- "type": "string"
5640
- },
5641
- "is_obsolete": {
5642
- "description": "A boolean value indicating whether the ontology term is obsolete.",
5643
- "type": [
5644
- "boolean",
5645
- "null"
5646
- ]
5647
- },
5648
- "is_root": {
5649
- "description": "A boolean value indicating whether the ontology term is a root term; it is not a subclass of any other term.",
5650
- "type": [
5651
- "boolean",
5652
- "null"
5653
- ]
5654
- },
5655
- "name": {
5656
- "description": "A human readable label for an entity",
5657
- "type": [
5658
- "string",
5659
- "null"
5660
- ]
5661
- },
5662
- "relations": {
5663
- "items": {
5664
- "$ref": "#/$defs/OntologyRelation"
5665
- },
5666
- "type": [
5667
- "array",
5668
- "null"
5669
- ]
5670
- },
5671
- "type": {
5672
- "description": "the class_uri of the class that has been instantiated",
5673
- "enum": [
5674
- "nmdc:ChemicalEntity"
5675
- ],
5676
- "type": "string"
5677
- }
5678
- },
5679
- "required": [
5680
- "id",
5681
- "type"
5682
- ],
5683
- "title": "ChemicalEntity",
5684
- "type": "object"
5685
- },
5686
5590
  "ChemicalEntityEnum": {
5687
5591
  "description": "",
5688
5592
  "enum": [
@@ -6114,9 +6018,6 @@
6114
6018
  {
6115
6019
  "$ref": "#/$defs/EnvironmentalMaterialTerm"
6116
6020
  },
6117
- {
6118
- "$ref": "#/$defs/ChemicalEntity"
6119
- },
6120
6021
  {
6121
6022
  "$ref": "#/$defs/Pathway"
6122
6023
  },
@@ -6160,9 +6061,6 @@
6160
6061
  {
6161
6062
  "$ref": "#/$defs/EnvironmentalMaterialTerm"
6162
6063
  },
6163
- {
6164
- "$ref": "#/$defs/ChemicalEntity"
6165
- },
6166
6064
  {
6167
6065
  "$ref": "#/$defs/Pathway"
6168
6066
  },
@@ -6371,6 +6269,13 @@
6371
6269
  "description": "A human readable label for an entity",
6372
6270
  "type": "string"
6373
6271
  },
6272
+ "superseded_by": {
6273
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
6274
+ "type": [
6275
+ "string",
6276
+ "null"
6277
+ ]
6278
+ },
6374
6279
  "type": {
6375
6280
  "description": "the class_uri of the class that has been instantiated",
6376
6281
  "enum": [
@@ -7734,6 +7639,9 @@
7734
7639
  "Kraken2 Classification Report",
7735
7640
  "Kraken2 Taxonomic Classification",
7736
7641
  "Centrifuge Taxonomic Classification",
7642
+ "SingleM Taxonomic Classification",
7643
+ "SingleM Krona Plot",
7644
+ "SingleM Clustered Report",
7737
7645
  "Structural Annotation GFF",
7738
7646
  "Structural Annotation Stats Json",
7739
7647
  "Functional Annotation GFF",
@@ -8540,7 +8448,7 @@
8540
8448
  },
8541
8449
  "Instrument": {
8542
8450
  "additionalProperties": false,
8543
- "description": "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent.",
8451
+ "description": "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. This class models the make and model of the instrument, not the specific instance of the instrument.",
8544
8452
  "properties": {
8545
8453
  "alternative_identifiers": {
8546
8454
  "description": "A list of alternative identifiers for the entity.",
@@ -8604,6 +8512,7 @@
8604
8512
  "orbitrap_eclipse_tribid",
8605
8513
  "orbitrap_q_exactive",
8606
8514
  "orbitrap_iqx_tribrid",
8515
+ "orbitrap_exploris_120",
8607
8516
  "solarix_7T",
8608
8517
  "solarix_12T",
8609
8518
  "solarix_15T",
@@ -9306,6 +9215,14 @@
9306
9215
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
9307
9216
  "type": "string"
9308
9217
  },
9218
+ "superseded_by": {
9219
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
9220
+ "pattern": "^(nmdc):wfmag-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
9221
+ "type": [
9222
+ "string",
9223
+ "null"
9224
+ ]
9225
+ },
9309
9226
  "too_short_contig_num": {
9310
9227
  "description": "Number of contigs which were excluded from binning for length.",
9311
9228
  "minimum": 0,
@@ -10061,6 +9978,14 @@
10061
9978
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
10062
9979
  "type": "string"
10063
9980
  },
9981
+ "superseded_by": {
9982
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
9983
+ "pattern": "^(nmdc):wfmb-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
9984
+ "type": [
9985
+ "string",
9986
+ "null"
9987
+ ]
9988
+ },
10064
9989
  "type": {
10065
9990
  "description": "the class_uri of the class that has been instantiated",
10066
9991
  "enum": [
@@ -10307,6 +10232,13 @@
10307
10232
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
10308
10233
  "type": "string"
10309
10234
  },
10235
+ "superseded_by": {
10236
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
10237
+ "type": [
10238
+ "string",
10239
+ "null"
10240
+ ]
10241
+ },
10310
10242
  "type": {
10311
10243
  "description": "the class_uri of the class that has been instantiated",
10312
10244
  "enum": [
@@ -10553,9 +10485,12 @@
10553
10485
  "type": "string"
10554
10486
  },
10555
10487
  "insdc_assembly_identifiers": {
10556
- "pattern": "^insdc.sra:[A-Z]+[0-9]+(\\.[0-9]+)?$",
10488
+ "items": {
10489
+ "pattern": "^insdc.sra:[A-Z]+[0-9]+(\\.[0-9]+)?$",
10490
+ "type": "string"
10491
+ },
10557
10492
  "type": [
10558
- "string",
10493
+ "array",
10559
10494
  "null"
10560
10495
  ]
10561
10496
  },
@@ -10707,6 +10642,14 @@
10707
10642
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
10708
10643
  "type": "string"
10709
10644
  },
10645
+ "superseded_by": {
10646
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
10647
+ "pattern": "^(nmdc):wfmgas-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
10648
+ "type": [
10649
+ "string",
10650
+ "null"
10651
+ ]
10652
+ },
10710
10653
  "type": {
10711
10654
  "description": "the class_uri of the class that has been instantiated",
10712
10655
  "enum": [
@@ -10915,6 +10858,14 @@
10915
10858
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
10916
10859
  "type": "string"
10917
10860
  },
10861
+ "superseded_by": {
10862
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
10863
+ "pattern": "^(nmdc):wfmp-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
10864
+ "type": [
10865
+ "string",
10866
+ "null"
10867
+ ]
10868
+ },
10918
10869
  "type": {
10919
10870
  "description": "the class_uri of the class that has been instantiated",
10920
10871
  "enum": [
@@ -11152,6 +11103,14 @@
11152
11103
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
11153
11104
  "type": "string"
11154
11105
  },
11106
+ "superseded_by": {
11107
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
11108
+ "pattern": "^(nmdc):wfmtan-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
11109
+ "type": [
11110
+ "string",
11111
+ "null"
11112
+ ]
11113
+ },
11155
11114
  "type": {
11156
11115
  "description": "the class_uri of the class that has been instantiated",
11157
11116
  "enum": [
@@ -11398,9 +11357,12 @@
11398
11357
  "type": "string"
11399
11358
  },
11400
11359
  "insdc_assembly_identifiers": {
11401
- "pattern": "^insdc.sra:[A-Z]+[0-9]+(\\.[0-9]+)?$",
11360
+ "items": {
11361
+ "pattern": "^insdc.sra:[A-Z]+[0-9]+(\\.[0-9]+)?$",
11362
+ "type": "string"
11363
+ },
11402
11364
  "type": [
11403
- "string",
11365
+ "array",
11404
11366
  "null"
11405
11367
  ]
11406
11368
  },
@@ -11552,6 +11514,14 @@
11552
11514
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
11553
11515
  "type": "string"
11554
11516
  },
11517
+ "superseded_by": {
11518
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
11519
+ "pattern": "^(nmdc):wfmtas-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
11520
+ "type": [
11521
+ "string",
11522
+ "null"
11523
+ ]
11524
+ },
11555
11525
  "type": {
11556
11526
  "description": "the class_uri of the class that has been instantiated",
11557
11527
  "enum": [
@@ -11768,6 +11738,14 @@
11768
11738
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
11769
11739
  "type": "string"
11770
11740
  },
11741
+ "superseded_by": {
11742
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
11743
+ "pattern": "^(nmdc):wfmtex-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
11744
+ "type": [
11745
+ "string",
11746
+ "null"
11747
+ ]
11748
+ },
11771
11749
  "type": {
11772
11750
  "description": "the class_uri of the class that has been instantiated",
11773
11751
  "enum": [
@@ -12163,6 +12141,14 @@
12163
12141
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
12164
12142
  "type": "string"
12165
12143
  },
12144
+ "superseded_by": {
12145
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
12146
+ "pattern": "^(nmdc):wfnom-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
12147
+ "type": [
12148
+ "string",
12149
+ "null"
12150
+ ]
12151
+ },
12166
12152
  "type": {
12167
12153
  "description": "the class_uri of the class that has been instantiated",
12168
12154
  "enum": [
@@ -13202,10 +13188,113 @@
13202
13188
  "title": "ProfilePositionEnum",
13203
13189
  "type": "string"
13204
13190
  },
13191
+ "PropertyAssertion": {
13192
+ "additionalProperties": false,
13193
+ "description": "A structured record of data that doesn't fit nicely within the constraints of other NMDC AttributeValues. Uses primitive ranges only.",
13194
+ "properties": {
13195
+ "has_attribute_id": {
13196
+ "description": "CURIE or IRI for the property (MIxS slot, NMDC slot, ENVO/OBI term, etc.).",
13197
+ "type": [
13198
+ "string",
13199
+ "null"
13200
+ ]
13201
+ },
13202
+ "has_attribute_label": {
13203
+ "description": "Human-readable label for the property (e.g., MIxS label, ENVO term label).",
13204
+ "type": [
13205
+ "string",
13206
+ "null"
13207
+ ]
13208
+ },
13209
+ "has_boolean_value": {
13210
+ "description": "Links a quantity value to a boolean",
13211
+ "type": [
13212
+ "boolean",
13213
+ "null"
13214
+ ]
13215
+ },
13216
+ "has_datetime_value": {
13217
+ "description": "Date-time value for the property in ISO-8601 format.",
13218
+ "type": [
13219
+ "string",
13220
+ "null"
13221
+ ]
13222
+ },
13223
+ "has_maximum_numeric_value": {
13224
+ "description": "The maximum value part, expressed as number, of the quantity value when the value covers a range.",
13225
+ "type": [
13226
+ "number",
13227
+ "null"
13228
+ ]
13229
+ },
13230
+ "has_minimum_numeric_value": {
13231
+ "description": "The minimum value part, expressed as number, of the quantity value when the value covers a range.",
13232
+ "type": [
13233
+ "number",
13234
+ "null"
13235
+ ]
13236
+ },
13237
+ "has_numeric_value": {
13238
+ "description": "Links a quantity value to a number",
13239
+ "type": [
13240
+ "number",
13241
+ "null"
13242
+ ]
13243
+ },
13244
+ "has_quantity_kind_id": {
13245
+ "description": "Optional CURIE or IRI for the physical quantity kind (e.g., qudt:QuantityKind).",
13246
+ "type": [
13247
+ "string",
13248
+ "null"
13249
+ ]
13250
+ },
13251
+ "has_raw_value": {
13252
+ "description": "Original contributor string representation (unparsed)",
13253
+ "type": "string"
13254
+ },
13255
+ "has_unit": {
13256
+ "description": "UCUM unit code (required only when numeric value is present)",
13257
+ "type": [
13258
+ "string",
13259
+ "null"
13260
+ ]
13261
+ },
13262
+ "has_value_term_id": {
13263
+ "description": "CURIE or IRI for categorical values (ENVO, PATO, METPO, etc.).",
13264
+ "type": [
13265
+ "string",
13266
+ "null"
13267
+ ]
13268
+ },
13269
+ "type": {
13270
+ "description": "the class_uri of the class that has been instantiated",
13271
+ "enum": [
13272
+ "nmdc:PropertyAssertion"
13273
+ ],
13274
+ "type": "string"
13275
+ }
13276
+ },
13277
+ "required": [
13278
+ "has_raw_value",
13279
+ "type"
13280
+ ],
13281
+ "title": "PropertyAssertion",
13282
+ "type": "object"
13283
+ },
13205
13284
  "Protocol": {
13206
13285
  "additionalProperties": false,
13207
13286
  "description": "",
13208
13287
  "properties": {
13288
+ "analysis_type": {
13289
+ "description": "Select all the data types associated or available for this biosample",
13290
+ "items": {
13291
+ "$ref": "#/$defs/AnalysisTypeEnum"
13292
+ },
13293
+ "type": [
13294
+ "array",
13295
+ "null"
13296
+ ]
13297
+ },
13209
13298
  "description": {
13210
13299
  "description": "a human-readable description of a thing",
13211
13300
  "type": [
@@ -13220,6 +13309,10 @@
13220
13309
  "null"
13221
13310
  ]
13222
13311
  },
13312
+ "protocol_for": {
13313
+ "$ref": "#/$defs/ProtocolForEnum",
13314
+ "description": "The type of planned process that the protocol describes."
13315
+ },
13223
13316
  "type": {
13224
13317
  "description": "the class_uri of the class that has been instantiated",
13225
13318
  "enum": [
@@ -13258,6 +13351,43 @@
13258
13351
  "title": "ProtocolCategoryEnum",
13259
13352
  "type": "string"
13260
13353
  },
13354
+ "ProtocolForEnum": {
13355
+ "description": "The permitted values for describing the type of planned process that a protocol describes.",
13356
+ "enum": [
13357
+ "AnnotatingWorkflow",
13358
+ "ChemicalConversionProcess",
13359
+ "ChromatographicSeparationProcess",
13360
+ "CollectingBiosamplesFromSite",
13361
+ "DataEmitterProcess",
13362
+ "DataGeneration",
13363
+ "DissolvingProcess",
13364
+ "Extraction",
13365
+ "FiltrationProcess",
13366
+ "LibraryPreparation",
13367
+ "MagsAnalysis",
13368
+ "MassSpectrometry",
13369
+ "MaterialProcessing",
13370
+ "MetabolomicsAnalysis",
13371
+ "MetagenomeAnnotation",
13372
+ "MetagenomeAssembly",
13373
+ "MetaproteomicsAnalysis",
13374
+ "MetatranscriptomeAnnotation",
13375
+ "MetatranscriptomeAssembly",
13376
+ "MetatranscriptomeExpressionAnalysis",
13377
+ "MixingProcess",
13378
+ "NomAnalysis",
13379
+ "NucleotideSequencing",
13380
+ "PlannedProcess",
13381
+ "Pooling",
13382
+ "ReadBasedTaxonomyAnalysis",
13383
+ "ReadQcAnalysis",
13384
+ "StorageProcess",
13385
+ "SubSamplingProcess",
13386
+ "WorkflowExecution"
13387
+ ],
13388
+ "title": "ProtocolForEnum",
13389
+ "type": "string"
13390
+ },
13261
13391
  "QuadPosEnum": {
13262
13392
  "description": "",
13263
13393
  "enum": [
@@ -13489,6 +13619,14 @@
13489
13619
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
13490
13620
  "type": "string"
13491
13621
  },
13622
+ "superseded_by": {
13623
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
13624
+ "pattern": "^(nmdc):wfrbt-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
13625
+ "type": [
13626
+ "string",
13627
+ "null"
13628
+ ]
13629
+ },
13492
13630
  "type": {
13493
13631
  "description": "the class_uri of the class that has been instantiated",
13494
13632
  "enum": [
@@ -13735,6 +13873,14 @@
13735
13873
  "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
13736
13874
  "type": "string"
13737
13875
  },
13876
+ "superseded_by": {
13877
+ "description": "Links a DataObject or WorkflowExecution record to a newer WorkflowExecution that supersedes it, marking this record as outdated. The linked WorkflowExecution or resultant DataObjects should be used in favor of this record.",
13878
+ "pattern": "^(nmdc):wfrqc-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})(\\.[0-9]{1,})$",
13879
+ "type": [
13880
+ "string",
13881
+ "null"
13882
+ ]
13883
+ },
13738
13884
  "type": {
13739
13885
  "description": "the class_uri of the class that has been instantiated",
13740
13886
  "enum": [
@@ -14632,7 +14778,7 @@
14632
14778
  ]
14633
14779
  },
14634
14780
  "title": {
14635
- "description": "A name given to the entity that differs from the name/label programmatically assigned to it. For example, when extracting study information for GOLD, the GOLD system has assigned a name/label. However, for display purposes, we may also wish the capture the title of the proposal that was used to fund the study.",
14781
+ "description": "A name given to the entity that differs from the name/label programmatically assigned to it.",
14636
14782
  "type": [
14637
14783
  "string",
14638
14784
  "null"
@@ -15665,5 +15811,5 @@
15665
15811
  },
15666
15812
  "title": "NMDC",
15667
15813
  "type": "object",
15668
- "version": "11.12.0rc2"
15814
+ "version": "11.13.0"
15669
15815
  }