wqx 3.0.55 → 3.0.56
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.
- package/json-schema/activitymetric.json +1 -1
- package/json-schema/biological-habitat.json +1 -1
- package/json-schema/biological.json +1 -1
- package/json-schema/habitat.json +1 -1
- package/json-schema/instantaneous.json +1 -1
- package/json-schema/location.json +1 -1
- package/json-schema/physical-chemistry.json +1 -1
- package/json-schema/project.json +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://epa.gov/wqx/activitymetric.json",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
|
|
4
4
|
"title": "Activity Metric",
|
|
5
5
|
"description": "WQX Web Activity Metric Results",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://epa.gov/wqx/biological-habitat.json",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
|
|
4
4
|
"title": "Biological-Habitat",
|
|
5
5
|
"description": "WQX Web Biological-Habitat Results",
|
|
6
6
|
"type": "object",
|
package/json-schema/habitat.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://epa.gov/wqx/instantaneous.json",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
|
|
4
4
|
"title": "Instantaneous",
|
|
5
5
|
"description": "WQXWeb Instantaneous (Continuous) Data",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://epa.gov/wqx/location.json",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
|
|
4
4
|
"title": "Monitoring Locations",
|
|
5
5
|
"description": "WQX Web Monitoring Locations",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://epa.gov/wqx/physical-chemistry.json",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
|
|
4
4
|
"title": "Physical-Chemistry",
|
|
5
5
|
"description": "WQX Web Physical-Chemistry Results",
|
|
6
6
|
"type": "object",
|
package/json-schema/project.json
CHANGED