Skip to main content

Interface: OutputSchema

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitationNetwork.ts:29

Properties​

citations​

citations: NetworkEdge[]

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

Directed edges. A citation runs from the paper doing the citing to the paper being cited.


focusUri?​

optional focusUri: string

Defined in: web/lib/api/generated/types/pub/chive/discovery/getCitationNetwork.ts:31

Echo of the requested focus, present only when that eprint is in the network.


papers​

papers: EprintRef[]

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

Every eprint appearing at either end of a returned citation, once each. A lookup rather than metadata repeated on each edge.


totalCitations?​

optional totalCitations: number

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

How many citation edges the whole network holds, whether or not they were all returned.


truncated​

truncated: boolean

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

Whether the network was cut short at the limit. The focus paper's own edges are never the ones dropped.