Skip to main content

Interface: UserTag

Defined in: src/types/models/eprint.ts:1001

User-generated tag on an eprint.

Remarks

Tags provide folksonomy-style classification alongside formal facets. Users can tag eprints with arbitrary strings for discovery.

Properties

createdAt

readonly createdAt: Timestamp

Defined in: src/types/models/eprint.ts:1029

Tag creation timestamp.


eprintUri

readonly eprintUri: AtUri

Defined in: src/types/models/eprint.ts:1010

AT URI of the eprint being tagged.


tag

readonly tag: string

Defined in: src/types/models/eprint.ts:1024

Tag value.

Remarks

Normalized to lowercase, hyphen-separated. Display form may differ.


tagger

readonly tagger: DID

Defined in: src/types/models/eprint.ts:1015

DID of user who created the tag.


uri

readonly uri: AtUri

Defined in: src/types/models/eprint.ts:1005

AT URI of the tag record (in tagger's PDS).