Endorsement of one or more contribution types in a preprint
Record Key
tid
Timestamp-based ID
Properties
comment
string
Optional
Optional comment explaining the endorsement
maxLength: 5000 bytescontributions
array
of
string
Required
Set of contribution types being endorsed (min 1, no duplicates)
maxLength: 15 itemsminLength: 1 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eprintUri
string
at-uri
Required
AT-URI of the eprint being endorsed
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"eprintUri",
"contributions",
"createdAt"
],
"properties": {
"comment": {
"type": "string",
"maxLength": 5000,
"description": "Optional comment explaining the endorsement"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the eprint being endorsed"
},
"contributions": {
"type": "array",
"items": {
"type": "string",
"knownValues": [
"methodological",
"analytical",
"theoretical",
"empirical",
"conceptual",
"technical",
"data",
"replication",
"reproducibility",
"synthesis",
"interdisciplinary",
"pedagogical",
"visualization",
"societal-impact",
"clinical"
]
},
"maxLength": 15,
"minLength": 1,
"description": "Set of contribution types being endorsed (min 1, no duplicates)"
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
}
}
},
"description": "Endorsement of one or more contribution types in a preprint"
}