fixing json schema

This commit is contained in:
tsurdilo 2019-11-13 23:48:14 -05:00
parent 782d2ecb8d
commit d2832335fe
1 changed files with 4 additions and 3 deletions

View File

@ -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": {