UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

21 lines (20 loc) 363 B
{ "StartAt": "m", "States": { "m": { "Type": "Map", "ItemsPath": "$$.mapItems", "Iterator": { "StartAt": "x", "States": { "x": { "Type": "Pass", "End": true } } }, "Parameters": "$.foo", "End": true } } }