Skip to content

Commit 985790f

Browse files
fjtiradoricardozanini
authored andcommitted
Keep id as mandatory for backward compatibility.
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent dca3b9a commit 985790f

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)