@divvydiary/divvydiary-json-schemas 1.8.9 → 1.8.11
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 +1 -1
- package/src/schemas/_defs.json +7 -2
package/package.json
CHANGED
package/src/schemas/_defs.json
CHANGED
|
@@ -783,7 +783,10 @@
|
|
|
783
783
|
"^[A-Z]{2}[A-Z0-9]{9}[0-9]$": {
|
|
784
784
|
"type": "object",
|
|
785
785
|
"properties": {
|
|
786
|
-
"name": { "type": "string" }
|
|
786
|
+
"name": { "type": "string" },
|
|
787
|
+
"securityType": {
|
|
788
|
+
"$ref": "https://divvydiary.com/schemas/symbol.json#/properties/securityType"
|
|
789
|
+
}
|
|
787
790
|
}
|
|
788
791
|
}
|
|
789
792
|
}
|
|
@@ -796,7 +799,9 @@
|
|
|
796
799
|
"items": {
|
|
797
800
|
"type": "object",
|
|
798
801
|
"properties": {
|
|
799
|
-
"
|
|
802
|
+
"isin": {
|
|
803
|
+
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/isin"
|
|
804
|
+
},
|
|
800
805
|
"weight": { "type": "number" }
|
|
801
806
|
}
|
|
802
807
|
}
|