@divvydiary/divvydiary-json-schemas 1.2.53 → 1.2.54
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 +24 -0
package/package.json
CHANGED
package/src/schemas/_defs.json
CHANGED
|
@@ -652,6 +652,30 @@
|
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
|
+
},
|
|
656
|
+
"portfolioFilters": {
|
|
657
|
+
"type": "object",
|
|
658
|
+
"properties": {
|
|
659
|
+
"dividends": {
|
|
660
|
+
"type": "array",
|
|
661
|
+
"items": {
|
|
662
|
+
"type": "string",
|
|
663
|
+
"enum": ["acc", "dist"]
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"portfolios": {
|
|
667
|
+
"type": "array",
|
|
668
|
+
"items": {
|
|
669
|
+
"$ref": "https://divvydiary.com/schemas/portfolio.json#/properties/id"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"securityTypes": {
|
|
673
|
+
"type": "array",
|
|
674
|
+
"items": {
|
|
675
|
+
"$ref": "https://divvydiary.com/schemas/symbol.json#/properties/securityType"
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
}
|
|
655
679
|
}
|
|
656
680
|
}
|
|
657
681
|
}
|