From ccac6858cb82eb90136133d62f7212f0c7fddf04 Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:04:39 +0100 Subject: [PATCH] Change type to _linkedTypes --- schemas/actors/organization.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/actors/organization.schema.tpl.json b/schemas/actors/organization.schema.tpl.json index 381f8dc6..3e84f0d8 100644 --- a/schemas/actors/organization.schema.tpl.json +++ b/schemas/actors/organization.schema.tpl.json @@ -81,7 +81,7 @@ }, "type": { "_instruction": "Add the type of this organization (legal entity or organizational unit).", - "_embeddedTypes": [ + "_linkedTypes": [ "controlledTerms:OrganizationType" ] }