Skip to content

Commit

Permalink
fix(nocodb): update form banner & logo schema from text to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Feb 24, 2024
1 parent 20496cc commit 929d25a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nocodb/src/schema/swagger-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13024,7 +13024,7 @@
}
},
"banner_image_url": {
"$ref": "#/components/schemas/TextOrNull",
"$ref": "#/components/schemas/StringOrNull",
"description": "Banner Image URL. Not in use currently."
},
"columns": {
Expand Down Expand Up @@ -13067,7 +13067,7 @@
"example": "collaborative"
},
"logo_url": {
"$ref": "#/components/schemas/TextOrNull",
"$ref": "#/components/schemas/StringOrNull",
"description": "Logo URL. Not in use currently."
},
"meta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nocodb/src/schema/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -18772,7 +18772,7 @@
"type": "object",
"properties": {
"banner_image_url": {
"$ref": "#/components/schemas/TextOrNull",
"$ref": "#/components/schemas/StringOrNull",
"description": "Banner Image URL. Not in use currently."
},
"email": {
Expand All @@ -18786,7 +18786,7 @@
"type": "string"
},
"logo_url": {
"$ref": "#/components/schemas/TextOrNull",
"$ref": "#/components/schemas/StringOrNull",
"description": "Logo URL. Not in use currently."
},
"meta": {
Expand Down

0 comments on commit 929d25a

Please sign in to comment.