Browse Source

fix(nocodb): unit test failure

pull/5222/head
Wing-Kam Wong 2 years ago
parent
commit
1c283b8244
  1. 26
      packages/nocodb/src/schema/swagger.json

26
packages/nocodb/src/schema/swagger.json

@ -10376,6 +10376,8 @@
"uidt": "Lookup" "uidt": "Lookup"
} }
], ],
"title": "Lookup Column Request Model",
"type": "object",
"properties": { "properties": {
"fk_lookup_column_id": { "fk_lookup_column_id": {
"$ref": "#/components/schemas/Id" "$ref": "#/components/schemas/Id"
@ -10391,15 +10393,7 @@
"enum": ["Lookup"], "enum": ["Lookup"],
"type": "string" "type": "string"
} }
}, }
"required": [
"fk_lookup_column_id",
"fk_relation_column_id",
"title",
"uidt"
],
"title": "Lookup Column Request Model",
"type": "object"
}, },
"Map": { "Map": {
"description": "Model for Map", "description": "Model for Map",
@ -10705,6 +10699,7 @@
"Decimal", "Decimal",
"Duration", "Duration",
"Email", "Email",
"Formula",
"GeoData", "GeoData",
"Geometry", "Geometry",
"ID", "ID",
@ -10721,7 +10716,9 @@
"SpecificDBType", "SpecificDBType",
"Time", "Time",
"URL", "URL",
"Year" "Year",
"QrCode",
"GeoData"
], ],
"type": "string" "type": "string"
}, },
@ -11378,14 +11375,7 @@
"type": "string", "type": "string",
"description": "UI DataType" "description": "UI DataType"
} }
}, }
"required": [
"fk_relation_column_id",
"fk_rollup_column_id",
"title",
"rollup_function",
"uidt"
]
}, },
"SelectOption": { "SelectOption": {
"description": "Model for SelectOption", "description": "Model for SelectOption",

Loading…
Cancel
Save