Skip to content

Commit

Permalink
Add api files
Browse files Browse the repository at this point in the history
Co-authored-by: MalteDLuecken <[email protected]>
Co-authored-by: Scott Gigante <[email protected]>
Co-authored-by: Michaela Müller <[email protected]>
Co-authored-by: Kai Waldrant <[email protected]>
  • Loading branch information
5 people committed Sep 17, 2024
1 parent 5ac2ae8 commit 4eb7181
Show file tree
Hide file tree
Showing 24 changed files with 662 additions and 287 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 4eb7181

Please sign in to comment.