A rule violation found in the analyzed source code.

Hierarchy

  • AnalysisViolation

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
category: string

The category of the violation.

A position in source code, identified by line and column numbers.

fixes: AnalysisFix[]

The list of suggested fixes for this violation.

message: string

A human-readable description of the violation.

severity: string

The severity level of the violation.

A position in source code, identified by line and column numbers.

Generated using TypeDoc