Skip to content

Commit 8c847b2

Browse files
Introduce Country and LegalEntityType.
1 parent 0bb78fb commit 8c847b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

schemas/country.schema.tpl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_type": "controlledTerms:Country",
3+
"_extends": "controlledTerm.schema.tpl.json"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_type": "controlledTerms:LegalEntityType",
3+
"_extends": "controlledTerm.schema.tpl.json"
4+
}

0 commit comments

Comments
 (0)