Interface: BindSortRequest
@kortexya/reasoninglayer / OntologyBridge / BindSortRequest
Interface: BindSortRequest
Defined in: src/types/ontology-bridge.ts:31
Request to bind an OSF sort to a SQL table with explicit column mappings.
Remarks
Sent to POST /api/v1/ontology/bindings. Wire format is snake_case
(key_columns, sort_name, source_id, table_name).
Properties
columns
columns:
ColumnMappingDto[]
Defined in: src/types/ontology-bridge.ts:33
Column mappings: feature name to column spec.
keyColumns?
optionalkeyColumns:string[]
Defined in: src/types/ontology-bridge.ts:35
Primary key column names.
sortName
sortName:
string
Defined in: src/types/ontology-bridge.ts:37
Sort name to bind.
sourceId
sourceId:
string
Defined in: src/types/ontology-bridge.ts:39
External source identifier.
tableName
tableName:
string
Defined in: src/types/ontology-bridge.ts:41
SQL table name.