{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/PaginatedResponseHistoryDividendItem.json", "title": "PaginatedResponseHistoryDividendItem", "description": "Trading 212 PaginatedResponseHistoryDividendItem schema", "properties": { "items": { "items": { "$ref": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/HistoryDividendItem" }, "type": "array" }, "nextPagePath": { "type": "string" } }, "type": "object" }