Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Sep 2, 2024
1 parent e17da9f commit 5dca8d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "string"
},
"type": {
"title": "Input image type",
"title": "URL",
"description": "Image url type.",
"instillShortDescription": "Image url type.",
"instillAcceptFormats": [
Expand Down Expand Up @@ -61,12 +61,12 @@
"description": "Input image file.",
"instillShortDescription": "Input image file.",
"instillAcceptFormats": [
"string"
"image/*"
],
"type": "string"
},
"type": {
"title": "Input image type",
"title": "file",
"description": "Image base64 type.",
"instillShortDescription": "Image base64 type.",
"instillAcceptFormats": [
Expand Down

0 comments on commit 5dca8d7

Please sign in to comment.