| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique suggestion identifier | |
| projectId | String | Project identifier | |
| status | StatusEnum | Suggestion status | |
| relevanceScore | BigDecimal | AI-calculated relevance score (0-1) | |
| anchorText | String | Suggested anchor text | |
| context | String | Context where the link should be placed | [optional] |
| sourcePage | PageInfo | ||
| targetPage | PageInfo | ||
| reasoning | String | AI reasoning for the suggestion | [optional] |
| createdAt | OffsetDateTime | Suggestion creation timestamp | |
| updatedAt | OffsetDateTime | Last update timestamp | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| APPROVED | "approved" |
| REJECTED | "rejected" |
| IMPLEMENTED | "implemented" |