Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(schema): update content type title #1089

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"type": "string"
},
"type": {
"title": "Content type",
"description": "Input content type.",
"instillShortDescription": "Input content type.",
"title": "Text",
"description": "Text input content type.",
"instillShortDescription": "Text input content type.",
"instillAcceptFormats": [
"string"
],
Expand All @@ -69,18 +69,18 @@
"type": "object",
"properties": {
"image-url": {
"title": "Image url",
"title": "Image URL",
"description": "Image content with URL.",
"instillShortDescription": "Image content url.",
"instillShortDescription": "Image content URL.",
"instillAcceptFormats": [
"string"
],
"type": "string"
},
"type": {
"title": "Content type",
"description": "Input content type",
"instillShortDescription": "Input content type",
"title": "Image URL",
"description": "Image URL input content type",
"instillShortDescription": "Image URL input content type",
"instillAcceptFormats": [
"string"
],
Expand All @@ -97,18 +97,18 @@
"type": "object",
"properties": {
"image-base64": {
"title": "Image base64",
"description": "Image content with base64 encoded string.",
"instillShortDescription": "Image content with base64 encoded string.",
"title": "Image file",
"description": "Image file input.",
"instillShortDescription": "Image file input.",
"instillAcceptFormats": [
"image/*"
],
"type": "string"
},
"type": {
"title": "Content type",
"description": "Input content type",
"instillShortDescription": "Input content type",
"title": "Image file",
"description": "Image file input content type",
"instillShortDescription": "Image file input content type",
"instillAcceptFormats": [
"string"
],
Expand Down Expand Up @@ -305,9 +305,9 @@
"type": "string"
},
"type": {
"title": "Content type",
"description": "Input content type.",
"instillShortDescription": "Input content type.",
"title": "Text",
"description": "Text content type.",
"instillShortDescription": "Text content type.",
"instillAcceptFormats": [
"string"
],
Expand All @@ -324,18 +324,18 @@
"type": "object",
"properties": {
"image-url": {
"title": "Image url",
"description": "Image message url.",
"instillShortDescription": "Image message url.",
"title": "Image URL",
"description": "Image message URL.",
"instillShortDescription": "Image message URL.",
"instillAcceptFormats": [
"string"
],
"type": "string"
},
"type": {
"title": "Content type",
"description": "Input content type",
"instillShortDescription": "Input content type",
"title": "Image URL",
"description": "Image URL content type",
"instillShortDescription": "Image URL content type",
"instillAcceptFormats": [
"string"
],
Expand All @@ -352,7 +352,7 @@
"type": "object",
"properties": {
"image-base64": {
"title": "Image base64",
"title": "Image file",
"description": "Image base64 encoded string.",
"instillShortDescription": "Image base64 encoded string.",
"instillAcceptFormats": [
Expand Down
Loading