@divvydiary/divvydiary-json-schemas 1.2.10 → 1.2.12
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
|
@@ -347,11 +347,12 @@
|
|
|
347
347
|
"Information Technology",
|
|
348
348
|
"Materials",
|
|
349
349
|
"Real Estate",
|
|
350
|
-
"Utilities"
|
|
350
|
+
"Utilities",
|
|
351
|
+
"something"
|
|
351
352
|
],
|
|
352
353
|
"example": "Information Technology"
|
|
353
354
|
},
|
|
354
|
-
"
|
|
355
|
+
"sectorWeightings": {
|
|
355
356
|
"type": "array",
|
|
356
357
|
"items": {
|
|
357
358
|
"type": "object",
|
package/src/schemas/depot.json
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/sector"
|
|
102
102
|
},
|
|
103
103
|
"sectorWeightings": {
|
|
104
|
-
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/
|
|
104
|
+
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/sectorWeightings"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|
package/src/schemas/symbol.json
CHANGED
package/src/schemas/user.json
CHANGED
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
"maxLength": 255,
|
|
54
54
|
"nullable": true
|
|
55
55
|
},
|
|
56
|
-
"
|
|
56
|
+
"appleId": {
|
|
57
57
|
"type": "string",
|
|
58
|
-
"
|
|
58
|
+
"minLength": 36,
|
|
59
|
+
"maxLength": 36,
|
|
60
|
+
"format": "uuid",
|
|
59
61
|
"nullable": true
|
|
60
62
|
},
|
|
61
63
|
"plan": { "type": "string", "enum": ["free", "monthly", "yearly"] },
|