UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

10 lines 147 B
{ "StartAt": "FailState", "States": { "FailState": { "Type": "Fail", "Error": "Error", "ErrorPath": "$.Error" } } }