Type Alias ApiSpecResponse

Connection property schema and connector metadata for a datasource.

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

Properties

connectionProperties: unknown

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

connectorProvider: string
connectorVersion: string