nmdc-schema 11.15.0__py3-none-any.whl → 11.16.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.
- nmdc_schema/migrators/migrator_from_11_14_0_to_11_15_1.py +12 -0
- nmdc_schema/migrators/migrator_from_11_15_1_to_11_16_0.py +28 -0
- nmdc_schema/nmdc.py +12 -9
- nmdc_schema/nmdc.schema.json +12 -5
- nmdc_schema/nmdc_materialized_patterns.json +68 -53
- nmdc_schema/nmdc_materialized_patterns.schema.json +34 -28
- nmdc_schema/nmdc_materialized_patterns.yaml +60 -52
- nmdc_schema/nmdc_pydantic.py +56 -75
- {nmdc_schema-11.15.0.dist-info → nmdc_schema-11.16.0.dist-info}/METADATA +3 -1
- {nmdc_schema-11.15.0.dist-info → nmdc_schema-11.16.0.dist-info}/RECORD +13 -11
- {nmdc_schema-11.15.0.dist-info → nmdc_schema-11.16.0.dist-info}/WHEEL +1 -1
- {nmdc_schema-11.15.0.dist-info → nmdc_schema-11.16.0.dist-info}/entry_points.txt +0 -0
- {nmdc_schema-11.15.0.dist-info → nmdc_schema-11.16.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"add_recov_method": {
|
|
87
87
|
"description": "Additional (i.e. Secondary, tertiary, etc.) recovery methods deployed for increase of hydrocarbon recovery from resource and start date for each one of them. If \"other\" is specified, please propose entry in \"additional info\" field",
|
|
88
|
-
"pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)
|
|
88
|
+
"pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$",
|
|
89
89
|
"type": [
|
|
90
90
|
"string",
|
|
91
91
|
"null"
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "Addition of fertilizers, pesticides, etc. - amount and time of applications",
|
|
131
131
|
"items": {
|
|
132
132
|
"$ref": "#/$defs/TextValue",
|
|
133
|
-
"pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)
|
|
133
|
+
"pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$"
|
|
134
134
|
},
|
|
135
135
|
"type": [
|
|
136
136
|
"array",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
},
|
|
185
185
|
"al_sat_meth": {
|
|
186
186
|
"description": "Reference or method used in determining Aluminum saturation",
|
|
187
|
-
"pattern": "
|
|
187
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
188
188
|
"type": [
|
|
189
189
|
"string",
|
|
190
190
|
"null"
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
}
|
|
983
983
|
],
|
|
984
984
|
"description": "Name or reference for the hydroponic or in vitro culture rooting medium; can be the name of a commonly used medium or reference to a specific medium, e.g. Murashige and Skoog medium. If the medium has not been formally published, use the rooting medium descriptors",
|
|
985
|
-
"pattern": "
|
|
985
|
+
"pattern": "^(.*|PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
|
|
986
986
|
},
|
|
987
987
|
"cur_land_use": {
|
|
988
988
|
"description": "Present state of sample site",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
},
|
|
1005
1005
|
"cur_vegetation_meth": {
|
|
1006
1006
|
"description": "Reference or method used in vegetation classification",
|
|
1007
|
-
"pattern": "
|
|
1007
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
1008
1008
|
"type": [
|
|
1009
1009
|
"string",
|
|
1010
1010
|
"null"
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
"type": "null"
|
|
1658
1658
|
}
|
|
1659
1659
|
],
|
|
1660
|
-
"description": "The number of times the sample location is cleaned
|
|
1660
|
+
"description": "The number of times the sample location is cleaned per day."
|
|
1661
1661
|
},
|
|
1662
1662
|
"freq_cook": {
|
|
1663
1663
|
"anyOf": [
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
},
|
|
1712
1712
|
"genetic_mod": {
|
|
1713
1713
|
"description": "Genetic modifications of the genome of an organism, which may occur naturally by spontaneous mutation, or be introduced by some experimental means, e.g. specification of a transgene or the gene knocked-out or details of transient transfection",
|
|
1714
|
-
"pattern": "
|
|
1714
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
1715
1715
|
"type": [
|
|
1716
1716
|
"string",
|
|
1717
1717
|
"null"
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
"heavy_metals_meth": {
|
|
1916
1916
|
"description": "Reference or method used in determining heavy metals",
|
|
1917
1917
|
"items": {
|
|
1918
|
-
"pattern": "
|
|
1918
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
1919
1919
|
"type": "string"
|
|
1920
1920
|
},
|
|
1921
1921
|
"type": [
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
},
|
|
1948
1948
|
"horizon_meth": {
|
|
1949
1949
|
"description": "Reference or method used in determining the horizon",
|
|
1950
|
-
"pattern": "
|
|
1950
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
1951
1951
|
"type": [
|
|
1952
1952
|
"string",
|
|
1953
1953
|
"null"
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
}
|
|
2099
2099
|
],
|
|
2100
2100
|
"description": "Literature reference giving growth conditions of the host",
|
|
2101
|
-
"pattern": "
|
|
2101
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
|
|
2102
2102
|
},
|
|
2103
2103
|
"host_height": {
|
|
2104
2104
|
"anyOf": [
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
}
|
|
2496
2496
|
],
|
|
2497
2497
|
"description": "Link to additional analysis results performed on the sample",
|
|
2498
|
-
"pattern": "
|
|
2498
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
|
|
2499
2499
|
},
|
|
2500
2500
|
"link_class_info": {
|
|
2501
2501
|
"description": "Link to digitized soil maps or other soil classification information",
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
}
|
|
2515
2515
|
],
|
|
2516
2516
|
"description": "Link to climate resource",
|
|
2517
|
-
"pattern": "
|
|
2517
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
|
|
2518
2518
|
},
|
|
2519
2519
|
"lithology": {
|
|
2520
2520
|
"$ref": "#/$defs/LithologyEnum",
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
},
|
|
2534
2534
|
"local_class_meth": {
|
|
2535
2535
|
"description": "Reference or method used in determining the local soil classification",
|
|
2536
|
-
"pattern": "
|
|
2536
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
2537
2537
|
"type": [
|
|
2538
2538
|
"string",
|
|
2539
2539
|
"null"
|
|
@@ -3257,7 +3257,7 @@
|
|
|
3257
3257
|
},
|
|
3258
3258
|
"prev_land_use_meth": {
|
|
3259
3259
|
"description": "Reference or method used in determining previous land use and dates",
|
|
3260
|
-
"pattern": "
|
|
3260
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
3261
3261
|
"type": [
|
|
3262
3262
|
"string",
|
|
3263
3263
|
"null"
|
|
@@ -3642,7 +3642,7 @@
|
|
|
3642
3642
|
}
|
|
3643
3643
|
],
|
|
3644
3644
|
"description": "Relevant rooting conditions such as field plot size, sowing density, container dimensions, number of plants per container",
|
|
3645
|
-
"pattern": "
|
|
3645
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
|
|
3646
3646
|
},
|
|
3647
3647
|
"root_med_carbon": {
|
|
3648
3648
|
"anyOf": [
|
|
@@ -3742,7 +3742,7 @@
|
|
|
3742
3742
|
},
|
|
3743
3743
|
"salinity_meth": {
|
|
3744
3744
|
"description": "Reference or method used in determining salinity.",
|
|
3745
|
-
"pattern": "
|
|
3745
|
+
"pattern": "^PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$",
|
|
3746
3746
|
"type": [
|
|
3747
3747
|
"string",
|
|
3748
3748
|
"null"
|
|
@@ -4412,8 +4412,7 @@
|
|
|
4412
4412
|
"type": "null"
|
|
4413
4413
|
}
|
|
4414
4414
|
],
|
|
4415
|
-
"description": "Explain how and for how long the soil sample was stored before DNA extraction (fresh/frozen/other)"
|
|
4416
|
-
"pattern": "^([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);P(?:(?:\\d+D|\\d+M(?:\\d+D)?|\\d+Y(?:\\d+M(?:\\d+D)?)?)(?:T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S))?|T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S)|\\d+W)$"
|
|
4415
|
+
"description": "Explain how and for how long the soil sample was stored before DNA extraction (fresh/frozen/other)"
|
|
4417
4416
|
},
|
|
4418
4417
|
"substructure_type": {
|
|
4419
4418
|
"description": "The substructure or under building is that largely hidden section of the building which is built off the foundations to the ground floor level",
|
|
@@ -4628,7 +4627,7 @@
|
|
|
4628
4627
|
}
|
|
4629
4628
|
],
|
|
4630
4629
|
"description": "Description of plant tissue culture growth media used",
|
|
4631
|
-
"pattern": "
|
|
4630
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
|
|
4632
4631
|
},
|
|
4633
4632
|
"toluene": {
|
|
4634
4633
|
"anyOf": [
|
|
@@ -4716,7 +4715,7 @@
|
|
|
4716
4715
|
},
|
|
4717
4716
|
"tot_nitro_cont_meth": {
|
|
4718
4717
|
"description": "Reference or method used in determining the total nitrogen",
|
|
4719
|
-
"pattern": "
|
|
4718
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
4720
4719
|
"type": [
|
|
4721
4720
|
"string",
|
|
4722
4721
|
"null"
|
|
@@ -4736,7 +4735,7 @@
|
|
|
4736
4735
|
},
|
|
4737
4736
|
"tot_org_c_meth": {
|
|
4738
4737
|
"description": "Reference or method used in determining total organic carbon",
|
|
4739
|
-
"pattern": "
|
|
4738
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
|
|
4740
4739
|
"type": [
|
|
4741
4740
|
"string",
|
|
4742
4741
|
"null"
|
|
@@ -5431,7 +5430,8 @@
|
|
|
5431
5430
|
"description": "",
|
|
5432
5431
|
"enum": [
|
|
5433
5432
|
"fames",
|
|
5434
|
-
"alkanes"
|
|
5433
|
+
"alkanes",
|
|
5434
|
+
"srfa"
|
|
5435
5435
|
],
|
|
5436
5436
|
"title": "CalibrationStandardEnum",
|
|
5437
5437
|
"type": "string"
|
|
@@ -8744,7 +8744,7 @@
|
|
|
8744
8744
|
}
|
|
8745
8745
|
],
|
|
8746
8746
|
"description": "A link to a literature reference, electronic resource or a standard operating procedure (SOP), that describes the enzymatic amplification (PCR, TMA, NASBA) of specific nucleic acids",
|
|
8747
|
-
"pattern": "
|
|
8747
|
+
"pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
|
|
8748
8748
|
},
|
|
8749
8749
|
"pcr_cond": {
|
|
8750
8750
|
"description": "Description of reaction conditions and components of polymerase chain reaction performed during library preparation",
|
|
@@ -10040,9 +10040,12 @@
|
|
|
10040
10040
|
},
|
|
10041
10041
|
"uses_calibration": {
|
|
10042
10042
|
"description": "calibration information is used by a process",
|
|
10043
|
-
"
|
|
10043
|
+
"items": {
|
|
10044
|
+
"pattern": "^(nmdc):calib-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})$",
|
|
10045
|
+
"type": "string"
|
|
10046
|
+
},
|
|
10044
10047
|
"type": [
|
|
10045
|
-
"
|
|
10048
|
+
"array",
|
|
10046
10049
|
"null"
|
|
10047
10050
|
]
|
|
10048
10051
|
},
|
|
@@ -12212,9 +12215,12 @@
|
|
|
12212
12215
|
},
|
|
12213
12216
|
"uses_calibration": {
|
|
12214
12217
|
"description": "calibration information is used by a process",
|
|
12215
|
-
"
|
|
12218
|
+
"items": {
|
|
12219
|
+
"pattern": "^(nmdc):calib-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})$",
|
|
12220
|
+
"type": "string"
|
|
12221
|
+
},
|
|
12216
12222
|
"type": [
|
|
12217
|
-
"
|
|
12223
|
+
"array",
|
|
12218
12224
|
"null"
|
|
12219
12225
|
]
|
|
12220
12226
|
},
|
|
@@ -15773,6 +15779,6 @@
|
|
|
15773
15779
|
},
|
|
15774
15780
|
"title": "NMDC",
|
|
15775
15781
|
"type": "object",
|
|
15776
|
-
"version": "11.
|
|
15782
|
+
"version": "11.16.0"
|
|
15777
15783
|
}
|
|
15778
15784
|
|
|
@@ -13,7 +13,7 @@ notes:
|
|
|
13
13
|
- not importing any MIxS terms where the relationship between the name (SCN) and the
|
|
14
14
|
id isn't 1:1
|
|
15
15
|
id: https://w3id.org/nmdc/nmdc
|
|
16
|
-
version: 11.
|
|
16
|
+
version: 11.16.0
|
|
17
17
|
license: https://creativecommons.org/publicdomain/zero/1.0/
|
|
18
18
|
prefixes:
|
|
19
19
|
BFO:
|
|
@@ -619,6 +619,15 @@ enums:
|
|
|
619
619
|
text: alkanes
|
|
620
620
|
aliases:
|
|
621
621
|
- Alkanes
|
|
622
|
+
srfa:
|
|
623
|
+
text: srfa
|
|
624
|
+
comments:
|
|
625
|
+
- Reference standard Suwannee River Fulvic Acid Standard II (2S101F) from
|
|
626
|
+
International Humic Substances Society
|
|
627
|
+
see_also:
|
|
628
|
+
- https://humic-substances.org/source-materials-for-ihss-samples/
|
|
629
|
+
aliases:
|
|
630
|
+
- Suwannee River fulvic acid
|
|
622
631
|
StrandedOrientationEnum:
|
|
623
632
|
name: StrandedOrientationEnum
|
|
624
633
|
description: This enumeration specifies information about stranded RNA library
|
|
@@ -5584,7 +5593,7 @@ slots:
|
|
|
5584
5593
|
slot_uri: MIXS:0000341
|
|
5585
5594
|
range: string
|
|
5586
5595
|
multivalued: false
|
|
5587
|
-
pattern:
|
|
5596
|
+
pattern: ^PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$
|
|
5588
5597
|
structured_pattern:
|
|
5589
5598
|
syntax: ^{PMID}|{DOI}|{URL}$
|
|
5590
5599
|
interpolated: true
|
|
@@ -5636,6 +5645,7 @@ slots:
|
|
|
5636
5645
|
run is used when analyzing metabolomics data
|
|
5637
5646
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
5638
5647
|
range: CalibrationInformation
|
|
5648
|
+
multivalued: true
|
|
5639
5649
|
pattern: ^(nmdc):calib-([0-9][a-z]{0,6}[0-9])-([A-Za-z0-9]{1,})$
|
|
5640
5650
|
structured_pattern:
|
|
5641
5651
|
syntax: '{id_nmdc_prefix}:calib-{id_shoulder}-{id_blade}$'
|
|
@@ -7640,7 +7650,7 @@ slots:
|
|
|
7640
7650
|
- start
|
|
7641
7651
|
slot_uri: MIXS:0001009
|
|
7642
7652
|
pattern: ^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer
|
|
7643
|
-
Addition|Surfactant Addition|Not Applicable|other);(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)
|
|
7653
|
+
Addition|Surfactant Addition|Not Applicable|other);(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d)(:([0-5]\d))?(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?$
|
|
7644
7654
|
structured_pattern:
|
|
7645
7655
|
syntax: ^({add_recov_methods});{date_time_stamp}$
|
|
7646
7656
|
interpolated: true
|
|
@@ -7710,7 +7720,7 @@ slots:
|
|
|
7710
7720
|
range: TextValue
|
|
7711
7721
|
multivalued: true
|
|
7712
7722
|
inlined_as_list: true
|
|
7713
|
-
pattern: ^.*;[-+]?[0-9]*\.?[0-9]+ ([^\s-]{1,2}|[^\s-]+.+[^\s-]+);(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)
|
|
7723
|
+
pattern: ^.*;[-+]?[0-9]*\.?[0-9]+ ([^\s-]{1,2}|[^\s-]+.+[^\s-]+);(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d)(:([0-5]\d))?(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?$
|
|
7714
7724
|
structured_pattern:
|
|
7715
7725
|
syntax: ^{agrochemical_name};{amount} {unit};{date_time_stamp}$
|
|
7716
7726
|
interpolated: true
|
|
@@ -7826,9 +7836,9 @@ slots:
|
|
|
7826
7836
|
- unusual
|
|
7827
7837
|
slot_uri: MIXS:0000324
|
|
7828
7838
|
range: string
|
|
7829
|
-
pattern:
|
|
7839
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
7830
7840
|
structured_pattern:
|
|
7831
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
7841
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
7832
7842
|
interpolated: true
|
|
7833
7843
|
partial_match: true
|
|
7834
7844
|
alkalinity:
|
|
@@ -9132,9 +9142,9 @@ slots:
|
|
|
9132
9142
|
- culture
|
|
9133
9143
|
slot_uri: MIXS:0001041
|
|
9134
9144
|
range: TextValue
|
|
9135
|
-
pattern:
|
|
9145
|
+
pattern: ^(.*|PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
9136
9146
|
structured_pattern:
|
|
9137
|
-
syntax: ^{text}|{PMID}|{DOI}|{URL}$
|
|
9147
|
+
syntax: ^({text}|{PMID}|{DOI}|{URL})$
|
|
9138
9148
|
interpolated: true
|
|
9139
9149
|
cur_land_use:
|
|
9140
9150
|
name: cur_land_use
|
|
@@ -9188,9 +9198,9 @@ slots:
|
|
|
9188
9198
|
- vegetation
|
|
9189
9199
|
slot_uri: MIXS:0000314
|
|
9190
9200
|
range: string
|
|
9191
|
-
pattern:
|
|
9201
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
9192
9202
|
structured_pattern:
|
|
9193
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
9203
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
9194
9204
|
interpolated: true
|
|
9195
9205
|
partial_match: true
|
|
9196
9206
|
date_last_rain:
|
|
@@ -10321,11 +10331,10 @@ slots:
|
|
|
10321
10331
|
storage_units:
|
|
10322
10332
|
tag: storage_units
|
|
10323
10333
|
value: 1/d
|
|
10324
|
-
description: The number of times the sample location is cleaned
|
|
10325
|
-
cleaning might be on a Daily basis, Weekly, Monthly, Quarterly or Annually
|
|
10334
|
+
description: The number of times the sample location is cleaned per day.
|
|
10326
10335
|
title: frequency of cleaning
|
|
10327
10336
|
examples:
|
|
10328
|
-
- value:
|
|
10337
|
+
- value: 2 1/d
|
|
10329
10338
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
10330
10339
|
keywords:
|
|
10331
10340
|
- frequency
|
|
@@ -10435,9 +10444,9 @@ slots:
|
|
|
10435
10444
|
- value: PMID:19497774
|
|
10436
10445
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
10437
10446
|
slot_uri: MIXS:0000859
|
|
10438
|
-
pattern:
|
|
10447
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
10439
10448
|
structured_pattern:
|
|
10440
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
10449
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
10441
10450
|
interpolated: true
|
|
10442
10451
|
geo_loc_name:
|
|
10443
10452
|
name: geo_loc_name
|
|
@@ -10788,9 +10797,9 @@ slots:
|
|
|
10788
10797
|
slot_uri: MIXS:0000343
|
|
10789
10798
|
range: string
|
|
10790
10799
|
inlined_as_list: true
|
|
10791
|
-
pattern:
|
|
10800
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
10792
10801
|
structured_pattern:
|
|
10793
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
10802
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
10794
10803
|
interpolated: true
|
|
10795
10804
|
partial_match: true
|
|
10796
10805
|
height_carper_fiber:
|
|
@@ -10846,9 +10855,9 @@ slots:
|
|
|
10846
10855
|
- method
|
|
10847
10856
|
slot_uri: MIXS:0000321
|
|
10848
10857
|
range: string
|
|
10849
|
-
pattern:
|
|
10858
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
10850
10859
|
structured_pattern:
|
|
10851
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
10860
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
10852
10861
|
interpolated: true
|
|
10853
10862
|
partial_match: true
|
|
10854
10863
|
host_age:
|
|
@@ -11064,9 +11073,9 @@ slots:
|
|
|
11064
11073
|
- host.
|
|
11065
11074
|
slot_uri: MIXS:0000871
|
|
11066
11075
|
range: TextValue
|
|
11067
|
-
pattern:
|
|
11076
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)|.*)$
|
|
11068
11077
|
structured_pattern:
|
|
11069
|
-
syntax: ^{PMID}|{DOI}|{URL}|{text}$
|
|
11078
|
+
syntax: ^({PMID}|{DOI}|{URL}|{text})$
|
|
11070
11079
|
interpolated: true
|
|
11071
11080
|
partial_match: true
|
|
11072
11081
|
host_height:
|
|
@@ -11631,9 +11640,9 @@ slots:
|
|
|
11631
11640
|
- link
|
|
11632
11641
|
slot_uri: MIXS:0000340
|
|
11633
11642
|
range: TextValue
|
|
11634
|
-
pattern:
|
|
11643
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
11635
11644
|
structured_pattern:
|
|
11636
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
11645
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
11637
11646
|
interpolated: true
|
|
11638
11647
|
partial_match: true
|
|
11639
11648
|
link_class_info:
|
|
@@ -11661,9 +11670,9 @@ slots:
|
|
|
11661
11670
|
- link
|
|
11662
11671
|
slot_uri: MIXS:0000328
|
|
11663
11672
|
range: TextValue
|
|
11664
|
-
pattern:
|
|
11673
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
11665
11674
|
structured_pattern:
|
|
11666
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
11675
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
11667
11676
|
interpolated: true
|
|
11668
11677
|
partial_match: true
|
|
11669
11678
|
lithology:
|
|
@@ -11702,9 +11711,9 @@ slots:
|
|
|
11702
11711
|
- method
|
|
11703
11712
|
slot_uri: MIXS:0000331
|
|
11704
11713
|
range: string
|
|
11705
|
-
pattern:
|
|
11714
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
11706
11715
|
structured_pattern:
|
|
11707
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
11716
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
11708
11717
|
interpolated: true
|
|
11709
11718
|
partial_match: true
|
|
11710
11719
|
magnesium:
|
|
@@ -12056,9 +12065,9 @@ slots:
|
|
|
12056
12065
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
12057
12066
|
slot_uri: MIXS:0000038
|
|
12058
12067
|
range: TextValue
|
|
12059
|
-
pattern:
|
|
12068
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
12060
12069
|
structured_pattern:
|
|
12061
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
12070
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
12062
12071
|
interpolated: true
|
|
12063
12072
|
partial_match: true
|
|
12064
12073
|
nucl_acid_ext:
|
|
@@ -12072,9 +12081,9 @@ slots:
|
|
|
12072
12081
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
12073
12082
|
slot_uri: MIXS:0000037
|
|
12074
12083
|
range: TextValue
|
|
12075
|
-
pattern:
|
|
12084
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
12076
12085
|
structured_pattern:
|
|
12077
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
12086
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
12078
12087
|
interpolated: true
|
|
12079
12088
|
partial_match: true
|
|
12080
12089
|
number_pets:
|
|
@@ -12925,9 +12934,9 @@ slots:
|
|
|
12925
12934
|
- use
|
|
12926
12935
|
slot_uri: MIXS:0000316
|
|
12927
12936
|
range: string
|
|
12928
|
-
pattern:
|
|
12937
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
12929
12938
|
structured_pattern:
|
|
12930
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
12939
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
12931
12940
|
interpolated: true
|
|
12932
12941
|
partial_match: true
|
|
12933
12942
|
previous_land_use:
|
|
@@ -12939,7 +12948,7 @@ slots:
|
|
|
12939
12948
|
description: Previous land use and dates
|
|
12940
12949
|
title: history/previous land use
|
|
12941
12950
|
examples:
|
|
12942
|
-
- value: fallow;
|
|
12951
|
+
- value: fallow;2018-05-11T14:30Z
|
|
12943
12952
|
from_schema: https://w3id.org/nmdc/nmdc
|
|
12944
12953
|
keywords:
|
|
12945
12954
|
- history
|
|
@@ -13521,9 +13530,9 @@ slots:
|
|
|
13521
13530
|
- condition
|
|
13522
13531
|
slot_uri: MIXS:0001061
|
|
13523
13532
|
range: TextValue
|
|
13524
|
-
pattern:
|
|
13533
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)|.*)$
|
|
13525
13534
|
structured_pattern:
|
|
13526
|
-
syntax: ^{PMID}|{DOI}|{URL}|{text}$
|
|
13535
|
+
syntax: ^({PMID}|{DOI}|{URL}|{text})$
|
|
13527
13536
|
interpolated: true
|
|
13528
13537
|
partial_match: true
|
|
13529
13538
|
root_med_carbon:
|
|
@@ -14907,9 +14916,6 @@ slots:
|
|
|
14907
14916
|
- storage
|
|
14908
14917
|
slot_uri: MIXS:0000327
|
|
14909
14918
|
range: TextValue
|
|
14910
|
-
pattern: ^([^\s-]{1,2}|[^\s-]+.+[^\s-]+);P(?:(?:\d+D|\d+M(?:\d+D)?|\d+Y(?:\d+M(?:\d+D)?)?)(?:T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S))?|T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S)|\d+W)$
|
|
14911
|
-
structured_pattern:
|
|
14912
|
-
syntax: ^{storage_condition_type};{duration}$
|
|
14913
14919
|
substructure_type:
|
|
14914
14920
|
name: substructure_type
|
|
14915
14921
|
description: The substructure or under building is that largely hidden section
|
|
@@ -15305,9 +15311,9 @@ slots:
|
|
|
15305
15311
|
- growth
|
|
15306
15312
|
slot_uri: MIXS:0001070
|
|
15307
15313
|
range: TextValue
|
|
15308
|
-
pattern:
|
|
15314
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)|.*)$
|
|
15309
15315
|
structured_pattern:
|
|
15310
|
-
syntax: ^{PMID}|{DOI}|{URL}|{text}$
|
|
15316
|
+
syntax: ^({PMID}|{DOI}|{URL}|{text})$
|
|
15311
15317
|
interpolated: true
|
|
15312
15318
|
partial_match: true
|
|
15313
15319
|
toluene:
|
|
@@ -15495,9 +15501,9 @@ slots:
|
|
|
15495
15501
|
- total
|
|
15496
15502
|
slot_uri: MIXS:0000338
|
|
15497
15503
|
range: string
|
|
15498
|
-
pattern:
|
|
15504
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
15499
15505
|
structured_pattern:
|
|
15500
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
15506
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
15501
15507
|
interpolated: true
|
|
15502
15508
|
partial_match: true
|
|
15503
15509
|
tot_nitro_content:
|
|
@@ -15537,9 +15543,9 @@ slots:
|
|
|
15537
15543
|
- total
|
|
15538
15544
|
slot_uri: MIXS:0000337
|
|
15539
15545
|
range: string
|
|
15540
|
-
pattern:
|
|
15546
|
+
pattern: ^(PMID:\d+|doi:10.\d{2,9}/.*|https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*))$
|
|
15541
15547
|
structured_pattern:
|
|
15542
|
-
syntax: ^{PMID}|{DOI}|{URL}$
|
|
15548
|
+
syntax: ^({PMID}|{DOI}|{URL})$
|
|
15543
15549
|
interpolated: true
|
|
15544
15550
|
partial_match: true
|
|
15545
15551
|
tot_org_carb:
|
|
@@ -20427,11 +20433,10 @@ classes:
|
|
|
20427
20433
|
title: heavy metals method/ extreme unusual properties
|
|
20428
20434
|
comments:
|
|
20429
20435
|
- Required when heavy metals are provided
|
|
20430
|
-
- If different methods are used for multiple metals, indicate the metal and
|
|
20431
|
-
method. Separate metals by ;
|
|
20432
20436
|
examples:
|
|
20433
20437
|
- value: https://doi.org/10.3390/ijms9040434
|
|
20434
|
-
- value:
|
|
20438
|
+
- value: doi:10.1007/BF01056090
|
|
20439
|
+
- value: https://doi.org/10.1007/s00216-006-0322-8
|
|
20435
20440
|
multivalued: true
|
|
20436
20441
|
season_precpt:
|
|
20437
20442
|
name: season_precpt
|
|
@@ -21149,13 +21154,13 @@ settings:
|
|
|
21149
21154
|
setting_value: ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)
|
|
21150
21155
|
date_time_stamp:
|
|
21151
21156
|
setting_key: date_time_stamp
|
|
21152
|
-
setting_value: (\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)
|
|
21157
|
+
setting_value: (\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d)(:([0-5]\d))?(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?
|
|
21153
21158
|
dna_bases:
|
|
21154
21159
|
setting_key: dna_bases
|
|
21155
21160
|
setting_value: '[ACGT]'
|
|
21156
21161
|
DOI:
|
|
21157
21162
|
setting_key: DOI
|
|
21158
|
-
setting_value:
|
|
21163
|
+
setting_value: doi:10.\d{2,9}/.*
|
|
21159
21164
|
duration:
|
|
21160
21165
|
setting_key: duration
|
|
21161
21166
|
setting_value: P(?:(?:\d+D|\d+M(?:\d+D)?|\d+Y(?:\d+M(?:\d+D)?)?)(?:T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S))?|T(?:\d+H(?:\d+M(?:\d+S)?)?|\d+M(?:\d+S)?|\d+S)|\d+W)
|
|
@@ -21185,7 +21190,7 @@ settings:
|
|
|
21185
21190
|
setting_value: .*
|
|
21186
21191
|
PMID:
|
|
21187
21192
|
setting_key: PMID
|
|
21188
|
-
setting_value:
|
|
21193
|
+
setting_value: PMID:\d+
|
|
21189
21194
|
primer_adapter_codes:
|
|
21190
21195
|
setting_key: primer_adapter_codes
|
|
21191
21196
|
setting_value: '[ACGTRYSWKMBDHVNI]'
|
|
@@ -21219,12 +21224,15 @@ settings:
|
|
|
21219
21224
|
text:
|
|
21220
21225
|
setting_key: text
|
|
21221
21226
|
setting_value: .*
|
|
21227
|
+
timestamp:
|
|
21228
|
+
setting_key: timestamp
|
|
21229
|
+
setting_value: (\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d)(:([0-5]\d))?(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?
|
|
21222
21230
|
unit:
|
|
21223
21231
|
setting_key: unit
|
|
21224
21232
|
setting_value: ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)
|
|
21225
21233
|
URL:
|
|
21226
21234
|
setting_key: URL
|
|
21227
|
-
setting_value:
|
|
21235
|
+
setting_value: https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)
|
|
21228
21236
|
version:
|
|
21229
21237
|
setting_key: version
|
|
21230
21238
|
setting_value: ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)
|