Skip to content

Interface: EntityDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / EntityDto

Interface: EntityDto

Defined in: src/types/synthetic.ts:10

An entity with a sort ID and feature name-value pairs.

Remarks

Used by diversity checking and round-trip verification endpoints. Feature values are untyped (backend accepts arbitrary JSON values).

Properties

features

features: Record<string, unknown>

Defined in: src/types/synthetic.ts:12

Feature name-value pairs.


sortId

sortId: string

Defined in: src/types/synthetic.ts:14

Sort ID this entity belongs to.