Skip to main content

Interface: Main

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:18

Indexable

[k: string]: unknown

Properties

$type

$type: "pub.chive.graph.node"

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:19


alternateLabels?

optional alternateLabels: string[]

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:33

Alternate labels, synonyms, translations


createdAt

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:50


createdBy?

optional createdBy: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:52

DID of creator or governance


deprecatedBy?

optional deprecatedBy: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:47

AT-URI of the node that supersedes this one


description?

optional description: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:35

Detailed description or scope note


externalIds?

optional externalIds: ExternalId[]

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:37

External identifier mappings


id

id: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:21

UUID identifier (also used as rkey)


kind

kind: "object" | "type" | string & object

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:25

Node kind: 'type' for classifications/categories, 'object' for instances


label

label: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:31

Primary display label


metadata?

optional metadata: NodeMetadata

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:38


proposalUri?

optional proposalUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:49

AT-URI of the proposal that created this node (null for seeded)


slug?

optional slug: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:23

Human-readable URL-safe identifier (e.g., 'pdf', 'computer-science')


status

status: string & object | "established" | "proposed" | "provisional" | "deprecated"

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:40

Lifecycle status


subkind?

optional subkind: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:27

Slug identifying the subkind (e.g., 'field', 'facet', 'institution')


subkindUri?

optional subkindUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:29

AT-URI of the subkind type node


updatedAt?

optional updatedAt: string

Defined in: web/lib/api/generated/types/pub/chive/graph/node.ts:53