Trading 212 DividendDetails schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/DividendDetails.json", "title": "DividendDetails", "description": "Trading 212 DividendDetails schema", "properties": { "gained": { "type": "number" }, "inCash": { "type": "number" }, "reinvested": { "type": "number" } }, "type": "object" }