UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

24 lines (23 loc) 316 B
{ "StartAt": "p", "States": { "p": { "Type": "Choice", "Choices": [ { "Variable": "$.foo", "StringEquals": "x", "Next": "x" } ], "ResultSelector": { "a": "x", "b.$": "$.y", "c.$": "$$.z" } }, "x": { "Type": "Succeed" } } }