nmdc-schema 11.12.0rc1__py3-none-any.whl → 11.12.0rc2__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.
- nmdc_schema/nmdc-pydantic.py +113 -117
- nmdc_schema/nmdc.py +5 -8
- nmdc_schema/nmdc.schema.json +2 -1
- nmdc_schema/nmdc_materialized_patterns.json +113 -143
- nmdc_schema/nmdc_materialized_patterns.schema.json +2 -1
- nmdc_schema/nmdc_materialized_patterns.yaml +113 -124
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/METADATA +1 -1
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/RECORD +11 -11
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/WHEEL +0 -0
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/entry_points.txt +0 -0
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/licenses/LICENSE +0 -0
|
@@ -15108,6 +15108,7 @@
|
|
|
15108
15108
|
"g/m3",
|
|
15109
15109
|
"m2",
|
|
15110
15110
|
"atm",
|
|
15111
|
+
"V",
|
|
15111
15112
|
"mV",
|
|
15112
15113
|
"L",
|
|
15113
15114
|
"um",
|
|
@@ -15664,5 +15665,5 @@
|
|
|
15664
15665
|
},
|
|
15665
15666
|
"title": "NMDC",
|
|
15666
15667
|
"type": "object",
|
|
15667
|
-
"version": "11.12.
|
|
15668
|
+
"version": "11.12.0rc2"
|
|
15668
15669
|
}
|