Skip to content

Commit

Permalink
modify yaml-schema.json to require section 'components' instead of 'm…
Browse files Browse the repository at this point in the history
…odules'
  • Loading branch information
mirpedrol committed Aug 3, 2023
1 parent 0d15f74 commit 4542220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"components": {
"type": "array",
"description": "Modules used in the subworkflow",
"description": "Modules and subworkflows used in the subworkflow",
"items": {
"type": "string"
}
Expand Down Expand Up @@ -109,5 +109,5 @@
}
}
},
"required": ["name", "description", "keywords", "authors", "output", "modules"]
"required": ["name", "description", "keywords", "authors", "output", "components"]
}

0 comments on commit 4542220

Please sign in to comment.