Skip to content

Commit 6d11cfb

Browse files
Merge pull request #279 from fjtirado/id_mandatory
Keep id as mandatory for backward compatibility.
2 parents e3447db + 879fdb4 commit 6d11cfb

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)