A single edit operation within a fix suggestion for a rule violation.

Hierarchy

  • AnalysisEdit

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
content: null | string

The content to insert or replace at the specified position, if applicable.

The type of code edit to apply when fixing a violation.

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

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

Generated using TypeDoc