Interface: CreateTermRequest
@kortexya/reasoninglayer / Terms / CreateTermRequest
Interface: CreateTermRequest
Defined in: src/types/terms.ts:143
Request to create a new term.
Remarks
Features use the tagged ValueDto format. Use Value.* builders
to construct feature values.
Properties
features
features:
Record<string,ValueDto>
Defined in: src/types/terms.ts:149
Named features with tagged values.
ownerId
ownerId:
string
Defined in: src/types/terms.ts:147
Owner user ID (UUID).
sortId
sortId:
string
Defined in: src/types/terms.ts:145
Sort (type) UUID that this term belongs to.