# VerificationIssue

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-11.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-11.types.ts#L43)

## Properties

| Property | Type |
|---|---|
| `claimId` | `string` |
| `claim` | `string` |
| `severity` | `'critical' | 'major' | 'minor'` |
| `reason` | `string` |
| `suggestion` | `string` |
| `autoFixed` | `boolean` |
