Skip to content

Commit 3954c8d

Browse files
authored
added-missing-comma-after-sleep (#447)
Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent 9a56f48 commit 3954c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"sleep": {
405405
"description": "Defines time periods workflow execution should sleep before / after function execution",
406406
"$ref": "#/definitions/sleep"
407-
}
407+
},
408408
"retryRef": {
409409
"type": "string",
410410
"description": "References a defined workflow retry definition. If not defined the default retry policy is assumed"

0 commit comments

Comments
 (0)