From da5a569784107450e23d6d4738498a5641614584 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Thu, 2 May 2024 13:18:19 +0200 Subject: [PATCH] organization object - Added "private" to the list of sectors as suggested by Monsieur Hamm. --- objects/organization/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index ca3fd9c..fef883b 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -117,6 +117,7 @@ "mining", "non-profit", "pharmaceuticals", + "private", "retail", "technology", "telecommunication", @@ -139,5 +140,5 @@ "alias" ], "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a", - "version": 7 -} \ No newline at end of file + "version": 8 +}