Interface: Endorsement
Defined in: src/types/models/review.ts:87
Endorsement of a preprint.
Remarks
Formal endorsement indicating that the endorser vouches for specific aspects of the preprint (methods, results, or overall quality).
Properties
cid
readonlycid:CID
Defined in: src/types/models/review.ts:96
CID of this endorsement.
comment?
readonlyoptionalcomment:string
Defined in: src/types/models/review.ts:121
Optional comment explaining endorsement.
createdAt
readonlycreatedAt:Timestamp
Defined in: src/types/models/review.ts:126
Endorsement creation timestamp.
endorsementType
readonlyendorsementType:"methods"|"results"|"overall"
Defined in: src/types/models/review.ts:116
Type of endorsement.
Remarks
methods: Endorses experimental/computational methodsresults: Endorses findings and conclusionsoverall: General endorsement of quality
endorser
readonlyendorser:DID
Defined in: src/types/models/review.ts:106
DID of the endorser.
preprintUri
readonlypreprintUri:AtUri
Defined in: src/types/models/review.ts:101
AT URI of the endorsed preprint.
uri
readonlyuri:AtUri
Defined in: src/types/models/review.ts:91
AT URI of the endorsement record.