Class AiMemoryViolationResultRequestAttributes

Attributes for creating an AI memory violation result.

Hierarchy

  • AiMemoryViolationResultRequestAttributes

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
line: number

The line number where the violation was found.

message: string

A message explaining the violation result.

name: string

The file path where the violation was found.

repositoryId: string

The repository identifier.

rule: string

The rule identifier in the format ruleset/rule.

sha: string

The git commit SHA where the violation was found.

The type of AI memory violation result indicating whether it is a true positive or false positive.

Generated using TypeDoc