Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.24 KB

MappingDataSource.md

File metadata and controls

63 lines (35 loc) · 1.24 KB

@affinda/affinda / Exports / MappingDataSource

Interface: MappingDataSource

A mapping data source is used to map from raw data found by our AI models to records in your database.

Table of contents

Properties

Properties

displayProperty

displayProperty: string

Attribute in the schema which is used to display the value


identifier

Readonly identifier: string

Uniquely identify a mapping data source. NOTE: This property will not be serialized. It can only be populated by the server.


keyProperty

keyProperty: string

Attribute in the schema which uniquely identifiers the value


name

Optional name: string


organization

organization: null | string

The organization that this mapping data source belongs to.


schema

Optional schema: Record<string, unknown>

The schema of the mapping data source.