diff --git a/schemas/sovereignState.schema.tpl.json b/schemas/sovereignState.schema.tpl.json new file mode 100644 index 00000000..62093e2e --- /dev/null +++ b/schemas/sovereignState.schema.tpl.json @@ -0,0 +1,7 @@ +{ + "_type": "controlledTerms:SovereignState", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "jurisdiction" + ] +} diff --git a/schemas/supranationalBody.schema.tpl.json b/schemas/supranationalBody.schema.tpl.json new file mode 100644 index 00000000..e2f4094e --- /dev/null +++ b/schemas/supranationalBody.schema.tpl.json @@ -0,0 +1,7 @@ +{ + "_type": "controlledTerms:SupranationalBody", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "jurisdiction" + ] +}