From c198d3b097032fb3ede623be48c67f9abaa6a451 Mon Sep 17 00:00:00 2001 From: slisaasquatch Date: Mon, 4 Mar 2024 15:27:06 -0800 Subject: [PATCH] Update UnitSettings.schema.json --- src/json/UnitSettings.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/json/UnitSettings.schema.json b/src/json/UnitSettings.schema.json index 0520eeb1..958b402e 100644 --- a/src/json/UnitSettings.schema.json +++ b/src/json/UnitSettings.schema.json @@ -48,6 +48,11 @@ "title": "US Taxable Value Formula", "description": "JSONata expression for calculating the US taxable value" }, + "isImpactCashPayout": { + "type": "boolean", + "title": "Is Impact Cash Payout", + "description": "Whether this unit is fulfilled by Impact cash payout. false by default." + }, "translatableConfig": { "type": "object", "title": "Translatable Configuration",