Skip to content

Commit

Permalink
add schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 18, 2024
1 parent 2155fce commit e12acb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ singularity_container/
/target
/.nextflow
/resources_test
/resources
/resources
/.vscode
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"yaml.schemas": {
"common/schemas/api_component_spec.yaml": "**/api/comp_*.yaml",
"common/schemas/api_file_format.yaml": "**/api/file_*.yaml",
"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"
}
}

0 comments on commit e12acb8

Please sign in to comment.