changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of results",
+ "type": "number"
+ },
+ "next_url": {
+ "description": "Next page URL if available",
+ "type": "string"
+ },
+ "results": {
+ "description": "Dividends data",
+ "items": {
+ "properties": {
+ "amount": {
+ "description": "Dividend amount",
+ "type": "number"
+ },
+ "currency": {
+ "description": "Currency",
+ "type": "string"
+ },
+ "declared_date": {
+ "description": "Declared date",
+ "type": "string"
+ },
+ "ex_dividend_date": {
+ "description": "Ex-dividend date",
+ "type": "string"
+ },
+ "payment_date": {
+ "description": "Payment date",
+ "type": "string"
+ },
+ "record_date": {
+ "description": "Record date",
+ "type": "string"
+ },
+ "ticker": {
+ "description": "Ticker symbol",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "API response status",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}