@divvydiary/divvydiary-json-schemas 1.2.17 → 1.2.19

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.17",
3
+ "version": "1.2.19",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -366,6 +366,12 @@
366
366
  }
367
367
  }
368
368
  }
369
+ },
370
+ "securityType": {
371
+ "type": "string",
372
+ "nullable": true,
373
+ "enum": [null, "ETF", "EQUITY", "FUND", "INDEX"],
374
+ "example": "EQUITY"
369
375
  }
370
376
  }
371
377
  }
@@ -102,6 +102,9 @@
102
102
  },
103
103
  "sectorWeightings": {
104
104
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/sectorWeightings"
105
+ },
106
+ "securityType": {
107
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/securityType"
105
108
  }
106
109
  }
107
110
  }
@@ -88,6 +88,9 @@
88
88
  },
89
89
  "sectorWeightings": {
90
90
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/sectorWeightings"
91
+ },
92
+ "securityType": {
93
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/securityType"
91
94
  }
92
95
  }
93
96
  }