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
readonlycreatedAt:Timestamp
Defined in: src/types/models/eprint.ts:1029
Tag creation timestamp.
eprintUri
readonlyeprintUri:AtUri
Defined in: src/types/models/eprint.ts:1010
AT URI of the eprint being tagged.
tag
readonlytag:string
Defined in: src/types/models/eprint.ts:1024
Tag value.
Remarks
Normalized to lowercase, hyphen-separated. Display form may differ.
tagger
readonlytagger:DID
Defined in: src/types/models/eprint.ts:1015
DID of user who created the tag.
uri
readonlyuri:AtUri
Defined in: src/types/models/eprint.ts:1005
AT URI of the tag record (in tagger's PDS).