UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

20 lines (19 loc) 259 B
{ "StartAt": "p", "States": { "p": { "Type": "Choice", "Choices": [ { "Variable": "$.foo", "StringEquals": "x", "Next": "x" } ], "Parameters": "I'm a parameter!" }, "x": { "Type": "Succeed" } } }