@divvydiary/divvydiary-json-schemas 1.2.23 → 1.2.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -634,6 +634,20 @@
634
634
  "ZW"
635
635
  ],
636
636
  "example": "DE"
637
+ },
638
+ "countryWeightings": {
639
+ "type": "array",
640
+ "items": {
641
+ "type": "object",
642
+ "properties": {
643
+ "country": {
644
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
645
+ },
646
+ "weight": {
647
+ "type": "number"
648
+ }
649
+ }
650
+ }
637
651
  }
638
652
  }
639
653
  }
@@ -108,6 +108,9 @@
108
108
  },
109
109
  "country": {
110
110
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
111
+ },
112
+ "countryWeightings": {
113
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/countryWeightings"
111
114
  }
112
115
  }
113
116
  }
@@ -94,6 +94,9 @@
94
94
  },
95
95
  "country": {
96
96
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
97
+ },
98
+ "countryWeightings": {
99
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/countryWeightings"
97
100
  }
98
101
  }
99
102
  }