Skip to content

Interface: DiscoveredSortDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / DiscoveredSortDto

Interface: DiscoveredSortDto

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

A sort/type discovered from a data source.

Properties

confidence

confidence: number

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

Confidence score (0.0 - 1.0).


description?

optional description: string | null

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

Human-readable description.


features

features: DiscoveredFeatureDto[]

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

Features/fields discovered.


name

name: string

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

Sort/type name as found in the source.


sourceName

sourceName: string

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

Source name where this was discovered.


suggestedParents?

optional suggestedParents: string[]

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

Suggested parent sorts.