fixing json schema
This commit is contained in:
parent
782d2ecb8d
commit
d2832335fe
|
@ -7,7 +7,6 @@
|
|||
"id": {
|
||||
"type": "string",
|
||||
"description": "Workflow unique identifier",
|
||||
"pattern": "$[a-zA-Z0-9\\-\\.]+^",
|
||||
"minLength": 1
|
||||
},
|
||||
"name": {
|
||||
|
@ -526,8 +525,10 @@
|
|||
"description": "State name"
|
||||
},
|
||||
"type": {
|
||||
"type" : "string",
|
||||
"enum": ["SUBFLOW"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"SUBFLOW"
|
||||
],
|
||||
"description": "State type"
|
||||
},
|
||||
"end": {
|
||||
|
|
Loading…
Reference in New Issue