@divvydiary/divvydiary-json-schemas 1.8.8 → 1.8.10

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.8",
3
+ "version": "1.8.10",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -796,7 +796,9 @@
796
796
  "items": {
797
797
  "type": "object",
798
798
  "properties": {
799
- "security": { "type": "string" },
799
+ "isin": {
800
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/isin"
801
+ },
800
802
  "weight": { "type": "number" }
801
803
  }
802
804
  }
@@ -147,9 +147,6 @@
147
147
  { "type": "null" }
148
148
  ]
149
149
  },
150
- "dividendExchangeRate": {
151
- "$ref": "https://divvydiary.com/schemas/defs.json#/properties/exchangeRate"
152
- },
153
150
  "lynx": {
154
151
  "type": "string",
155
152
  "format": "uri",