From 1b663fe75a107636774858eca323b922986c60bf Mon Sep 17 00:00:00 2001 From: mrobini Date: Sat, 7 Aug 2021 08:29:46 +0200 Subject: [PATCH] feat: add finance in LightLegalPerson --- models/LightLegalPerson.v1.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 models/LightLegalPerson.v1.json diff --git a/models/LightLegalPerson.v1.json b/models/LightLegalPerson.v1.json old mode 100644 new mode 100755 index 3ca3f8d..de7ea98 --- a/models/LightLegalPerson.v1.json +++ b/models/LightLegalPerson.v1.json @@ -29,9 +29,12 @@ }, "financial_results": { "$ref": "./FinancialResults.v1.json" + }, + "finance": { + "$ref": "./LightFinanceDetails.v1.json" } }, "required": [ "type" ] -} +} \ No newline at end of file