Skip to content

Commit

Permalink
add api files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 17, 2024
1 parent 5ac2ae8 commit 6e89cca
Show file tree
Hide file tree
Showing 24 changed files with 649 additions and 291 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"common/schemas/task_config.yaml": "_viash.yaml",
"common/schemas/task_method.yaml": "**/methods/**/config.vsh.yaml",
"common/schemas/task_control_method.yaml": "**/control_methods/**/config.vsh.yaml",
"common/schemas/task_metric.yaml": "**/metrics/**/config.vsh.yaml"
"common/schemas/task_metric.yaml": "**/metrics/**/config.vsh.yaml",
"/home/rcannood/.viash/releases/0.9.0/schema.json": [
"*.vsh.yaml"
]
}
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# task_template x.y.z
# task_batch_integration x.y.z

## BREAKING CHANGES

Expand Down
Loading

0 comments on commit 6e89cca

Please sign in to comment.