UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

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