Browse Source

fix(nocodb): add missing UITypes in swagger.json

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

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

@ -9337,6 +9337,7 @@
"Duration",
"Email",
"Formula",
"ForeignKey",
"GeoData",
"Geometry",
"ID",
@ -9344,11 +9345,13 @@
"LastModifiedTime",
"LongText",
"LinkToAnotherRecord",
"Lookup",
"MultiSelect",
"Number",
"Percent",
"PhoneNumber",
"Rating",
"Rollup",
"SingleLineText",
"SingleSelect",
"SpecificDBType",
@ -11778,26 +11781,28 @@
"Duration",
"Email",
"Formula",
"ForeignKey",
"GeoData",
"Geometry",
"ID",
"JSON",
"LastModifiedTime",
"LinkToAnotherRecord",
"LongText",
"LinkToAnotherRecord",
"Lookup",
"MultiSelect",
"Number",
"Percent",
"PhoneNumber",
"Rating",
"Rollup",
"SingleLineText",
"SingleSelect",
"SpecificDBType",
"Time",
"URL",
"Year",
"QrCode",
"GeoData"
"QrCode"
],
"type": "string"
},

Loading…
Cancel
Save