Review comment on preprint with rich body supporting text and node references
tid
Timestamp-based ID
Properties
body
array
of
union
Required
Rich review body with formatting and references
maxLength: 500 items- pub.chive.richtext.defs#textItem
- pub.chive.richtext.defs#nodeRefItem
- pub.chive.richtext.defs#wikidataRefItem
- pub.chive.richtext.defs#fieldRefItem
- pub.chive.richtext.defs#facetRefItem
- pub.chive.richtext.defs#eprintRefItem
- pub.chive.richtext.defs#annotationRefItem
- pub.chive.richtext.defs#authorRefItem
- pub.chive.richtext.defs#mentionItem
- pub.chive.richtext.defs#linkItem
- pub.chive.richtext.defs#tagItem
- pub.chive.richtext.defs#latexItem
- pub.chive.richtext.defs#codeBlockItem
- pub.chive.richtext.defs#headingItem
- pub.chive.richtext.defs#listItem
- pub.chive.richtext.defs#blockquoteItem
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eprintUri
string
at-uri
Required
Reviewed eprint URI
motivationFallback
string
Optional
Fallback motivation if motivationUri not available
commenting, questioning, highlighting, replying, linkingmotivationUri
string
at-uri
Optional
AT-URI of motivation type node (subkind=motivation)
parentComment
string
at-uri
Optional
Parent comment for threading
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1target
ref
#textSpanTarget
Optional
Target text span for inline annotations
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"eprintUri",
"body",
"createdAt"
],
"properties": {
"body": {
"type": "array",
"items": {
"refs": [
"pub.chive.richtext.defs#textItem",
"pub.chive.richtext.defs#nodeRefItem",
"pub.chive.richtext.defs#wikidataRefItem",
"pub.chive.richtext.defs#fieldRefItem",
"pub.chive.richtext.defs#facetRefItem",
"pub.chive.richtext.defs#eprintRefItem",
"pub.chive.richtext.defs#annotationRefItem",
"pub.chive.richtext.defs#authorRefItem",
"pub.chive.richtext.defs#mentionItem",
"pub.chive.richtext.defs#linkItem",
"pub.chive.richtext.defs#tagItem",
"pub.chive.richtext.defs#latexItem",
"pub.chive.richtext.defs#codeBlockItem",
"pub.chive.richtext.defs#headingItem",
"pub.chive.richtext.defs#listItem",
"pub.chive.richtext.defs#blockquoteItem"
],
"type": "union"
},
"maxLength": 500,
"description": "Rich review body with formatting and references"
},
"target": {
"ref": "#textSpanTarget",
"type": "ref",
"description": "Target text span for inline annotations"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "Reviewed eprint URI"
},
"motivationUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of motivation type node (subkind=motivation)"
},
"parentComment": {
"type": "string",
"format": "at-uri",
"description": "Parent comment for threading"
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
},
"motivationFallback": {
"type": "string",
"description": "Fallback motivation if motivationUri not available",
"knownValues": [
"commenting",
"questioning",
"highlighting",
"replying",
"linking"
]
}
}
},
"description": "Review comment on preprint with rich body supporting text and node references"
}