Skip to main content

Interface: Main

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

Indexable​

[k: string]: unknown

Properties​

$type​

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

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


alternateLabels?​

optional alternateLabels: string[]

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

Alternate labels, synonyms, translations


createdAt​

createdAt: string

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


createdBy?​

optional createdBy: string

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

DID of creator or governance


deprecatedBy?​

optional deprecatedBy: string

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

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:34

Detailed description or scope note


externalIds?​

optional externalIds: ExternalId[]

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

External identifier mappings


id​

id: string

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

UUID identifier (also used as rkey)


kind​

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

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

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


label​

label: string

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

Primary display label


metadata?​

optional metadata: NodeMetadata

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


proposalUri?​

optional proposalUri: string

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

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


schemaRevision?​

optional schemaRevision: number

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

Schema revision this record was created with. Absent means revision 1.


slug?​

optional slug: string

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

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


status​

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

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

Lifecycle status


subkind?​

optional subkind: string

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

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:28

AT-URI of the subkind type node


updatedAt?​

optional updatedAt: string

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