From 1c283b824474206ea25318793fdab3f68773853b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 4 Mar 2023 13:38:46 +0800 Subject: [PATCH] fix(nocodb): unit test failure --- packages/nocodb/src/schema/swagger.json | 26 ++++++++----------------- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 9e5dcbed98..f9c0f20615 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -10376,6 +10376,8 @@ "uidt": "Lookup" } ], + "title": "Lookup Column Request Model", + "type": "object", "properties": { "fk_lookup_column_id": { "$ref": "#/components/schemas/Id" @@ -10391,15 +10393,7 @@ "enum": ["Lookup"], "type": "string" } - }, - "required": [ - "fk_lookup_column_id", - "fk_relation_column_id", - "title", - "uidt" - ], - "title": "Lookup Column Request Model", - "type": "object" + } }, "Map": { "description": "Model for Map", @@ -10705,6 +10699,7 @@ "Decimal", "Duration", "Email", + "Formula", "GeoData", "Geometry", "ID", @@ -10721,7 +10716,9 @@ "SpecificDBType", "Time", "URL", - "Year" + "Year", + "QrCode", + "GeoData" ], "type": "string" }, @@ -11378,14 +11375,7 @@ "type": "string", "description": "UI DataType" } - }, - "required": [ - "fk_relation_column_id", - "fk_rollup_column_id", - "title", - "rollup_function", - "uidt" - ] + } }, "SelectOption": { "description": "Model for SelectOption",