A scholarly eprint submission record
tid
Timestamp-based ID
Properties
abstract
array
of
union
Required
Rich abstract with text, formatting, and entity 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
abstractPlainText
string
Optional
Plain text abstract for search indexing (auto-generated)
maxLength: 10000 bytesauthors
array
of
ref
pub.chive.eprint.authorContribution
Required
All authors with contributions, affiliations, and metadata
maxLength: 100 itemsminLength: 1 itemsconferencePresentation
ref
#conferencePresentation
Optional
Conference where this work was presented
createdAt
string
datetime
Required
Creation timestamp
document
blob
Required
Primary manuscript document (PDF, DOCX, HTML, Markdown, LaTeX, or Jupyter)
maxSize: 52.4 MBdocumentFormatSlug
ref
pub.chive.defs#documentFormat
Optional
Document format slug for display fallback
documentFormatUri
string
at-uri
Optional
AT-URI to document format node (subkind=document-format)
externalIds
ref
#externalIds
Optional
External persistent identifiers
facetUris
array
of
string
at-uri
Optional
Facet node references (subkind=facet)
maxLength: 30 itemsfieldUris
array
of
string
at-uri
Optional
Field node references (subkind=field)
maxLength: 10 itemsfunding
array
of
ref
#fundingSource
Optional
Funding sources and grants
maxLength: 20 itemskeywords
array
of
string
Optional
Author-provided keywords
maxLength: 20 itemslicenseSlug
string
Required
SPDX license identifier for display fallback
CC-BY-4.0, CC-BY-SA-4.0, CC0-1.0, MIT, Apache-2.0licenseUri
string
at-uri
Optional
AT-URI to license node (subkind=license)
paperDid
string
did
Optional
DID of the paper's own account (if paper has its own PDS)
paperTypeSlug
string
Optional
Paper type slug for display fallback
original-research, review, meta-analysis, case-study, commentary, tutorial, surveypaperTypeUri
string
at-uri
Optional
AT-URI to paper type node (subkind=paper-type)
previousVersion
string
at-uri
Optional
Previous version URI
publicationStatusSlug
ref
pub.chive.defs#publicationStatus
Optional
Publication status slug for display fallback
preprintpublicationStatusUri
string
at-uri
Optional
AT-URI to publication status node (subkind=publication-status)
publishedVersion
ref
#publishedVersion
Optional
Link to the published version (Version of Record)
relatedWorks
array
of
ref
#relatedWork
Optional
Related eprints, datasets, software, and prior versions
maxLength: 50 itemsrepositories
ref
#repositories
Optional
Linked code, data, and materials repositories
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1submittedBy
string
did
Required
DID of the human user who submitted this eprint
supplementaryMaterials
array
of
ref
#supplementaryItem
Optional
Additional materials (appendices, data, code, figures)
maxLength: 50 itemstitle
string
Required
Eprint title
maxLength: 500 bytestitleRich
array
of
union
Optional
Rich title with formatting and entity references (for titles with LaTeX, etc.)
maxLength: 50 itemstopicUris
array
of
string
at-uri
Optional
Topic node references (subkind=topic)
maxLength: 20 itemsversion
ref
#semanticVersion
Optional
Semantic version of this eprint
versionNumber
integer
Optional
Legacy version number (1-indexed), deprecated in favor of semanticVersion
minimum: 1View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"abstract",
"document",
"licenseSlug",
"authors",
"submittedBy",
"createdAt"
],
"properties": {
"title": {
"type": "string",
"maxLength": 500,
"description": "Eprint title"
},
"authors": {
"type": "array",
"items": {
"ref": "pub.chive.eprint.authorContribution",
"type": "ref"
},
"maxLength": 100,
"minLength": 1,
"description": "All authors with contributions, affiliations, and metadata"
},
"funding": {
"type": "array",
"items": {
"ref": "#fundingSource",
"type": "ref"
},
"maxLength": 20,
"description": "Funding sources and grants"
},
"version": {
"ref": "#semanticVersion",
"type": "ref",
"description": "Semantic version of this eprint"
},
"abstract": {
"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 abstract with text, formatting, and entity references"
},
"document": {
"type": "blob",
"accept": [
"application/pdf",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"text/html",
"text/markdown",
"text/x-markdown",
"text/x-tex",
"application/x-tex",
"application/x-ipynb+json",
"application/vnd.oasis.opendocument.text",
"application/rtf",
"application/epub+zip",
"text/plain"
],
"maxSize": 52428800,
"description": "Primary manuscript document (PDF, DOCX, HTML, Markdown, LaTeX, or Jupyter)"
},
"keywords": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxLength": 20,
"description": "Author-provided keywords"
},
"paperDid": {
"type": "string",
"format": "did",
"description": "DID of the paper's own account (if paper has its own PDS)"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Creation timestamp"
},
"facetUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 30,
"description": "Facet node references (subkind=facet)"
},
"fieldUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 10,
"description": "Field node references (subkind=field)"
},
"titleRich": {
"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#latexItem",
"pub.chive.richtext.defs#mentionItem",
"pub.chive.richtext.defs#linkItem",
"pub.chive.richtext.defs#tagItem"
],
"type": "union"
},
"maxLength": 50,
"description": "Rich title with formatting and entity references (for titles with LaTeX, etc.)"
},
"topicUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 20,
"description": "Topic node references (subkind=topic)"
},
"licenseUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI to license node (subkind=license)"
},
"externalIds": {
"ref": "#externalIds",
"type": "ref",
"description": "External persistent identifiers"
},
"licenseSlug": {
"type": "string",
"description": "SPDX license identifier for display fallback",
"knownValues": [
"CC-BY-4.0",
"CC-BY-SA-4.0",
"CC0-1.0",
"MIT",
"Apache-2.0"
]
},
"submittedBy": {
"type": "string",
"format": "did",
"description": "DID of the human user who submitted this eprint"
},
"paperTypeUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI to paper type node (subkind=paper-type)"
},
"relatedWorks": {
"type": "array",
"items": {
"ref": "#relatedWork",
"type": "ref"
},
"maxLength": 50,
"description": "Related eprints, datasets, software, and prior versions"
},
"repositories": {
"ref": "#repositories",
"type": "ref",
"description": "Linked code, data, and materials repositories"
},
"paperTypeSlug": {
"type": "string",
"description": "Paper type slug for display fallback",
"knownValues": [
"original-research",
"review",
"meta-analysis",
"case-study",
"commentary",
"tutorial",
"survey"
]
},
"versionNumber": {
"type": "integer",
"minimum": 1,
"description": "Legacy version number (1-indexed), deprecated in favor of semanticVersion"
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
},
"previousVersion": {
"type": "string",
"format": "at-uri",
"description": "Previous version URI"
},
"publishedVersion": {
"ref": "#publishedVersion",
"type": "ref",
"description": "Link to the published version (Version of Record)"
},
"abstractPlainText": {
"type": "string",
"maxLength": 10000,
"description": "Plain text abstract for search indexing (auto-generated)"
},
"documentFormatUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI to document format node (subkind=document-format)"
},
"documentFormatSlug": {
"ref": "pub.chive.defs#documentFormat",
"type": "ref",
"description": "Document format slug for display fallback"
},
"publicationStatusUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI to publication status node (subkind=publication-status)"
},
"publicationStatusSlug": {
"ref": "pub.chive.defs#publicationStatus",
"type": "ref",
"default": "preprint",
"description": "Publication status slug for display fallback"
},
"conferencePresentation": {
"ref": "#conferencePresentation",
"type": "ref",
"description": "Conference where this work was presented"
},
"supplementaryMaterials": {
"type": "array",
"items": {
"ref": "#supplementaryItem",
"type": "ref"
},
"maxLength": 50,
"description": "Additional materials (appendices, data, code, figures)"
}
}
},
"description": "A scholarly eprint submission record"
}