Skip to content

Commit

Permalink
chore(schema): update ref commit
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Sep 25, 2024
1 parent bdd0f35 commit 742716b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1043,7 +1043,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/classification"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/classification"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1076,7 +1076,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1101,7 +1101,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/detection"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/detection"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1134,7 +1134,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1159,7 +1159,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/keypoint"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/keypoint"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1192,7 +1192,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1217,7 +1217,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/ocr"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/ocr"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1250,7 +1250,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1275,7 +1275,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/semantic-segmentation"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/semantic-segmentation"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1308,7 +1308,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1333,7 +1333,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/62743c4/schema/schema.json#/$defs/instill-types/instance-segmentation"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/bdd0f35/schema/schema.json#/$defs/instill-types/instance-segmentation"
},
"metadata": {
"description": "Output metadata",
Expand Down

0 comments on commit 742716b

Please sign in to comment.