{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditAcceleratorCashFlow", "title": "CreditAcceleratorCashFlow", "type": "object", "properties": { "values": { "type": "array", "items": { "$ref": "#/components/schemas/CreditAcceleratorCashFlowAnalysis" } }, "currency": { "type": "string" } } }