Logo
Type aliases

DataSourceDefinition

DataSourceDefinition = object

Defined in: packages/cloud/src/client/types.gen.ts:1723

Schema for a data source definition.

Properties

label

label: string

Defined in: packages/cloud/src/client/types.gen.ts:1727

The label field will be used to display the name of the component in the UI


json_schema

json_schema: object

Defined in: packages/cloud/src/client/types.gen.ts:1731

The json_schema field can be used by clients to determine how to construct the component

Index Signature

[key: string]: unknown


source_type

source_type: ConfigurableDataSourceNames

Defined in: packages/cloud/src/client/types.gen.ts:1737

The name field will act as the unique identifier of DataSourceDefinition objects

On this page