Skip to content

Commit

Permalink
Merge pull request #161 from mvicrob/contactSimple
Browse files Browse the repository at this point in the history
feat: add finance in LightLegalPerson
  • Loading branch information
mvicrob authored Aug 7, 2021
2 parents 14242a0 + 1b663fe commit 548996f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/LightLegalPerson.v1.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@
},
"financial_results": {
"$ref": "./FinancialResults.v1.json"
},
"finance": {
"$ref": "./LightFinanceDetails.v1.json"
}
},
"required": [
"type"
]
}
}

0 comments on commit 548996f

Please sign in to comment.