fixing typo

This commit is contained in:
tsurdilo 2019-11-28 15:40:33 -05:00
parent 37b90e3310
commit aef3c8ce50
1 changed files with 2 additions and 2 deletions

View File

@ -211,13 +211,13 @@
},
"max": {
"type": "integer",
"default":"0",
"default": "0",
"minimum": 0,
"description": "Specifies the max retry"
},
"nextState": {
"type": "string",
"description": "State to transition to when exceeding maxRetry limit"
"description": "State to transition to when exceeding max limit"
}
},
"required": ["match", "nextState"]