Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

File metadata and controls

34 lines (22 loc) · 1.05 KB

Suggestion

Properties

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]

Enum: StatusEnum

Name Value
PENDING "pending"
APPROVED "approved"
REJECTED "rejected"
IMPLEMENTED "implemented"