Skip to main content

Interface: OutputSchema

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:32

Properties​

citations​

citations: Citation[]

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:35


counts​

counts: CitationCounts

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:34


cursor?​

optional cursor: string

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:37

Pagination cursor for next page


eprint​

eprint: EprintRef

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:33


hasMore​

hasMore: boolean

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:39

Whether more results are available


papers?​

optional papers: EprintRef[]

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitations.ts:41

Every eprint appearing at either end of the returned citations, once each. A lookup rather than metadata repeated on each edge: a densely connected paper would otherwise carry the same author list dozens of times in one response.