UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

25 lines (24 loc) 386 B
{ "StartAt": "m", "States": { "m": { "Type": "Map", "Iterator": { "StartAt": "x", "States": { "x": { "Type": "Pass", "End": true } } }, "Parameters": "$.foo", "ResultSelector": { "a": "x", "b.$": "$.y", "c.$": "$$.z" }, "End": true } } }