QueryLanguage
type QueryLanguage = "JSONata" | "JSONPath";Defined in: src/types/index.ts:26
The query language a state machine or an individual state evaluates its fields in.
ASL defaults to JSONPath when the top-level field is omitted; a state-level value
overrides the top-level one for that state only.