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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$id": "https://epa.gov/wqx/activitymetric.json",
3
- "$schema": "http://json-schema.org/draft-07/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": "http://json-schema.org/draft-07/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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$id": "https://epa.gov/wqx/biological.json",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema#",
4
4
  "title": "Biological",
5
5
  "description": "WQX Web Biological Results",
6
6
  "type": "object",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$id": "https://epa.gov/wqx/habitat.json",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema#",
4
4
  "title": "Habitat",
5
5
  "description": "WQX Web Habitat Results",
6
6
  "type": "object",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$id": "https://epa.gov/wqx/instantaneous.json",
3
- "$schema": "http://json-schema.org/draft-07/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": "http://json-schema.org/draft-07/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": "http://json-schema.org/draft-07/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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$id": "https://epa.gov/wqx/project.json",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema#",
4
4
  "title": "Projects",
5
5
  "description": "WQX Web Projects",
6
6
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wqx",
3
- "version": "3.0.55",
3
+ "version": "3.0.56",
4
4
  "description": "Water Quality Exchange (WQX): JSON Schema",
5
5
  "type": "module",
6
6
  "scripts": {