Skip to content

Commit 0ec89f0

Browse files
Fix #54 WorkflowExecution property "required".
1 parent ada215e commit 0ec89f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/workflowExecution.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_type": "https://openminds.ebrains.eu/computation/WorkflowExecution",
33
"required": [
4-
"stages"
4+
"stage"
55
],
66
"properties": {
77
"configuration": {

0 commit comments

Comments
 (0)