Skip to content

LintDiagnostic

Defined in: src/types/index.ts:408

One finding from lintAsl.

code: LintCode;

Defined in: src/types/index.ts:410

Which rule produced the finding.


message: string;

Defined in: src/types/index.ts:412

Human-readable description, qualified by scope for nested states.


path: string;

Defined in: src/types/index.ts:417

JSON Pointer (RFC 6901) to the offending value, e.g. /States/Fanout/Branches/0/States/Validate/Next. Empty for the definition as a whole.


severity: LintSeverity;

Defined in: src/types/index.ts:418