From e3d6e8131515d1013cb496bf27f32b8428f38646 Mon Sep 17 00:00:00 2001 From: kindly Date: Mon, 10 Dec 2018 12:21:57 +0000 Subject: [PATCH] Remove enum from organization type --- schema/360-giving-schema.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/schema/360-giving-schema.json b/schema/360-giving-schema.json index 265a8ab2..5f1cc863 100644 --- a/schema/360-giving-schema.json +++ b/schema/360-giving-schema.json @@ -975,12 +975,6 @@ "null" ], "description": "A description of this organisation", - "enum": [ - "Registered Charity", - "Registered Company", - "Community Group", - "List to be updated" - ], "weight": 5, "title": "Organisation Type" },