Skip to content

Commit 879fdb4

Browse files
committed
Keep id as mandatory for backward compatibility.
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent 77ac9d6 commit 879fdb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/main/resources/schema/workflow.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"properties": {
1212
"id": {
1313
"type": "string",
14-
"description": "Workflow unique identifier"
14+
"description": "Workflow unique identifier",
15+
"minLength": 1
1516
},
1617
"key": {
1718
"type": "string",

0 commit comments

Comments
 (0)