{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/market-metrics/DividendInfo", "title": "DividendInfo", "type": "object", "properties": { "occurred-date": { "description": "Date of dividend", "type": "string", "format": "date" }, "amount": { "description": "Per share amount", "type": "number", "format": "float" } } }