UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

19 lines 281 B
{ "StartAt": "p", "States": { "p": { "Type": "Choice", "Choices": [ { "Variable": "$.foo", "StringEquals": "x", "Next": "x", "Comment": "foo" } ] }, "x": { "Type": "Succeed" } } }