From 2093c24f83ba14d454c1982d611bafcd6b866197 Mon Sep 17 00:00:00 2001 From: sonika-shah <58761340+sonika-shah@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:08:39 +0530 Subject: [PATCH] Minor : remove EnumWithDescriptions in basic.json (#18305) --- .../main/resources/json/schema/type/basic.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/type/basic.json b/openmetadata-spec/src/main/resources/json/schema/type/basic.json index a96aa49df4d..4c2528391da 100644 --- a/openmetadata-spec/src/main/resources/json/schema/type/basic.json +++ b/openmetadata-spec/src/main/resources/json/schema/type/basic.json @@ -105,22 +105,6 @@ "type": "string" } }, - "enumWithDescriptions": { - "$comment": "@om-field-type", - "description": "List of values in Enum with description for each key.", - "type": "array", - "items": { - "type": "object", - "properties": { - "key": { - "type": "string" - }, - "description": { - "type": "string" - } - } - } - }, "timezone": { "description": "Timezone of the user in the format `America/Los_Angeles`, `Brazil/East`, etc.", "type": "string",