@divvydiary/divvydiary-json-schemas 1.2.4 → 1.2.7
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
package/src/schemas/_defs.json
CHANGED
|
@@ -335,10 +335,21 @@
|
|
|
335
335
|
},
|
|
336
336
|
"sector": {
|
|
337
337
|
"type": "string",
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
338
|
+
"enum": [
|
|
339
|
+
null,
|
|
340
|
+
"Communication Services",
|
|
341
|
+
"Consumer Discretionary",
|
|
342
|
+
"Consumer Staples",
|
|
343
|
+
"Energy",
|
|
344
|
+
"Financials",
|
|
345
|
+
"Health Care",
|
|
346
|
+
"Industrials",
|
|
347
|
+
"Information Technology",
|
|
348
|
+
"Materials",
|
|
349
|
+
"Real Estate",
|
|
350
|
+
"Utilities"
|
|
351
|
+
],
|
|
352
|
+
"example": "Information Technology"
|
|
342
353
|
}
|
|
343
354
|
}
|
|
344
355
|
}
|
package/src/schemas/depot.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"quantity": {
|
|
15
15
|
"type": "number",
|
|
16
|
-
"minimum": 0
|
|
16
|
+
"minimum": 0,
|
|
17
17
|
"multipleOf": 0.000001
|
|
18
18
|
},
|
|
19
19
|
"price": {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dividendFrequency": {
|
|
98
98
|
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/dividendFrequency"
|
|
99
|
+
},
|
|
100
|
+
"sector": {
|
|
101
|
+
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/sector"
|
|
99
102
|
}
|
|
100
103
|
}
|
|
101
104
|
}
|