Interface: Review
Defined in: src/types/models/review.ts:23
Review comment on a preprint.
Remarks
Represents a peer review comment, which can be inline (attached to specific line) or general. Reviews support threaded discussions.
Properties
cid
readonlycid:CID
Defined in: src/types/models/review.ts:32
CID of this review version.
content
readonlycontent:string
Defined in: src/types/models/review.ts:47
Review content (Markdown).
createdAt
readonlycreatedAt:Timestamp
Defined in: src/types/models/review.ts:70
Review creation timestamp.
lineNumber?
readonlyoptionallineNumber:number
Defined in: src/types/models/review.ts:56
Line number for inline comments.
Remarks
If provided, this review is attached to a specific line in the PDF. Null for general comments.
parentReviewUri?
readonlyoptionalparentReviewUri:AtUri
Defined in: src/types/models/review.ts:65
Parent review URI for threaded discussions.
Remarks
If provided, this review is a reply to another review. Null for top-level comments.
preprintUri
readonlypreprintUri:AtUri
Defined in: src/types/models/review.ts:37
AT URI of the preprint being reviewed.
reviewer
readonlyreviewer:DID
Defined in: src/types/models/review.ts:42
DID of the reviewer.
updatedAt?
readonlyoptionalupdatedAt:Timestamp
Defined in: src/types/models/review.ts:75
Last update timestamp.
uri
readonlyuri:AtUri
Defined in: src/types/models/review.ts:27
AT URI of the review record.