Skip to content

Commit

Permalink
chore: update ref commit
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Aug 19, 2024
1 parent a65b73d commit 4a5d28f
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 @@ -776,7 +776,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -801,7 +801,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/classification"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/classification"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -834,7 +834,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -859,7 +859,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/detection"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/detection"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -892,7 +892,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -917,7 +917,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/keypoint"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/keypoint"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -950,7 +950,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -975,7 +975,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/ocr"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/ocr"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1008,7 +1008,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1033,7 +1033,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/semantic-segmentation"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/semantic-segmentation"
},
"metadata": {
"description": "Output metadata",
Expand Down Expand Up @@ -1066,7 +1066,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/vision-input",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/vision-input",
"type": "object"
},
"parameter": {
Expand All @@ -1091,7 +1091,7 @@
"description": "Output data",
"instillShortDescription": "Output data",
"type": "object",
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/8d508b1/schema/schema.json#/$defs/instill-types/instance-segmentation"
"$ref": "https://raw.githubusercontent.com/instill-ai/instill-core/f67bf97/schema/schema.json#/$defs/instill-types/instance-segmentation"
},
"metadata": {
"description": "Output metadata",
Expand Down

0 comments on commit 4a5d28f

Please sign in to comment.