UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

16 lines (15 loc) 228 B
{ "StartAt": "p", "States": { "p": { "Type": "Pass", "Result": { "foo": 1 }, "ResultSelector": { "a": "$.foo", "b.$": "$.y", "c.$": "$$.z" }, "End": true } } }