Skip to content

Commit 563d12f

Browse files
author
Tihomir Surdilovic
authored
fixing workflow schema (add missing retries def) (#247)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent e19265c commit 563d12f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/workflow.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
"format": "uri",
145145
"description": "URI to a resource containing function definitions (json or yaml)"
146146
},
147+
"retries": {
148+
"type": "string",
149+
"format": "uri",
150+
"description": "URI to a resource containing retry definitions (json or yaml)"
151+
},
147152
"states": {
148153
"type": "array",
149154
"description": "State definitions",

0 commit comments

Comments
 (0)