From 4ae7334a70310da9875f8638f381f295d1394166 Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:50:25 +0100 Subject: [PATCH] Rename 'memberships' to 'membership' in Organization --- 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 3e84f0d8..f9c7e114 100644 --- a/schemas/actors/organization.schema.tpl.json +++ b/schemas/actors/organization.schema.tpl.json @@ -66,7 +66,7 @@ "jurisdiction" ] }, - "memberships": { + "membership": { "minItems": 1, "type": "array", "uniqueItems": true,