Skip to main content

Interface: NodeMetadata

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

Subkind-specific metadata fields

Properties

$type?

optional $type: "pub.chive.graph.node#nodeMetadata"

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


city?

optional city: string

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

City name (for institutions)


country?

optional country: string

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

ISO 3166-1 alpha-2 country code (for institutions)


displayOrder?

optional displayOrder: number

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

Display order for UI sorting


functional?

optional functional: boolean

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

Whether this relation is functional (each source has at most one target)


inverseSlug?

optional inverseSlug: string

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

Slug of inverse relation (for relation types)


mimeTypes?

optional mimeTypes: string[]

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

MIME types (for document-format)


organizationStatus?

optional organizationStatus: string & object | "active" | "merged" | "inactive" | "defunct"

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

Organization operational status (for institutions)


reflexive?

optional reflexive: boolean

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

Whether this relation is reflexive (A rel A is always valid)


spdxId?

optional spdxId: string

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

SPDX license identifier (for licenses)


symmetric?

optional symmetric: boolean

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

Whether this relation is symmetric (A rel B implies B rel A)


transitive?

optional transitive: boolean

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

Whether this relation is transitive (A rel B and B rel C implies A rel C)


website?

optional website: string

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

Official website URL