Ordered list of payout and payout-deduction records.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Financial Payouts", "description": "Ordered list of payout and payout-deduction records.", "type": "array", "items": { "$ref": "#/components/schemas/FinancialPayout" } }