Skip to content

Interface: DiscoveredSortDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / DiscoveredSortDto

Interface: DiscoveredSortDto

Defined in: src/types/sources.ts:42

A sort/type discovered from a data source.

Properties

confidence

confidence: number

Defined in: src/types/sources.ts:44

Confidence score (0.0 - 1.0).


description?

optional description: string | null

Defined in: src/types/sources.ts:46

Human-readable description.


features

features: DiscoveredFeatureDto[]

Defined in: src/types/sources.ts:48

Features/fields discovered.


name

name: string

Defined in: src/types/sources.ts:50

Sort/type name as found in the source.


sourceName

sourceName: string

Defined in: src/types/sources.ts:52

Source name where this was discovered.


suggestedParents?

optional suggestedParents: string[]

Defined in: src/types/sources.ts:54

Suggested parent sorts.