UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

20 lines (19 loc) 234 B
{ "StartAt": "p", "States": { "p": { "Type": "Task", "Resource": "foo:bar", "End": true, "Catch": [ { "ErrorEquals": [], "Next": "x" } ] }, "x": { "Type": "Fail" } } }