Skip to content

Commit

Permalink
update yaml schema with new maintainers field (nf-core#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Oct 20, 2023
1 parent d929800 commit b70cba3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"type": "string"
}
},
"maintainers": {
"type": "array",
"description": "Maintainers of the module",
"items": {
"type": "string"
}
},
"input": {
"type": "array",
"description": "Input channels for the module",
Expand Down
7 changes: 7 additions & 0 deletions subworkflows/yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"type": "string"
}
},
"maintainers": {
"type": "array",
"description": "Maintainers of the subworkflow",
"items": {
"type": "string"
}
},
"components": {
"type": "array",
"description": "Modules and subworkflows used in the subworkflow",
Expand Down

0 comments on commit b70cba3

Please sign in to comment.