Type Alias ApiSpecResponse

Connection property schema and connector metadata for a datasource.

type ApiSpecResponse = {
    connectionProperties: unknown;
    connectorProvider: string;
    connectorVersion: string;
}
Index
connectionProperties: unknown

Map of connection property keys and their value types required to establish a connection to this datasource.

connectorProvider: string

Connector provider executable name.

connectorVersion: string

Version of the connector provider.