@divvydiary/divvydiary-json-schemas 1.8.12 → 1.9.1

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.8.12",
3
+ "version": "1.9.1",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -396,6 +396,7 @@
396
396
  "nullable": true,
397
397
  "enum": [
398
398
  null,
399
+ "mixed",
399
400
  "AC",
400
401
  "AD",
401
402
  "AE",
@@ -701,6 +702,18 @@
701
702
  "type": "string",
702
703
  "enum": ["active", "sold"]
703
704
  }
705
+ },
706
+ "sectors": {
707
+ "type": "array",
708
+ "items": {
709
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/sector"
710
+ }
711
+ },
712
+ "countries": {
713
+ "type": "array",
714
+ "items": {
715
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
716
+ }
704
717
  }
705
718
  }
706
719
  },