Skip to main content

Interface: NodeMetadata

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

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


activityTypes?​

optional activityTypes: string[]

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

Feed event types this collection surfaces. Absent means all types.


city?​

optional city: string

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

City name (for institutions)


country?​

optional country: string

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

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

Display order for UI sorting


functional?​

optional functional: boolean

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

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

Slug of inverse relation (for relation types)


mimeTypes?​

optional mimeTypes: string[]

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

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

Organization operational status (for institutions)


reflexive?​

optional reflexive: boolean

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

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

SPDX license identifier (for licenses)


subscriptionDid?​

optional subscriptionDid: string

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

For a collection that tracks one person, the DID of that person. Set when the collection was created by subscribing to an author.


symmetric?​

optional symmetric: boolean

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

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

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

Official website URL