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",