The attributes of the analysis response, containing rule results and any top-level errors.

Hierarchy

  • AnalysisResponseDataAttributes

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
errors: string[]

Top-level error messages encountered during the analysis operation.

ruleResponses: AnalysisRuleResponse[]

The list of results for each static analysis rule applied during analysis.

Generated using TypeDoc