Skip to content

Commit

Permalink
Merge pull request #272 from Exabyte-io/feat/SOF-6914-1
Browse files Browse the repository at this point in the history
feat/SOF-6914: minor unit schema adjustments
  • Loading branch information
seankwarren authored Jan 18, 2024
2 parents 835ddbf + 650f9ce commit c02a5d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions schema/workflow/unit/assertion.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
]
},
"statement": {
"type": "string"
"type": "string",
"description": "The statement to be evaluated"
},
"errorMessage": {
"type": "string"
"type": "string",
"description": "The error message to be displayed if the assertion fails"
}
},
"required": [
Expand Down
1 change: 1 addition & 0 deletions schema/workflow/unit/assignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"required": [
"name",
"operand",
"value"
]
}
3 changes: 2 additions & 1 deletion schema/workflow/unit/condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"input",
"statement",
"then",
"else"
"else",
"maxOccurrences"
]
}

0 comments on commit c02a5d7

Please sign in to comment.