ConnectorMetadata

User-facing metadata for the connector, shown on the connector detail page (title, description, shortDescription, author, note).

JSON representation
{
  "title": string,
  "description": string,
  "shortDescription": string,
  "author": string,
  "note": string
}
Fields
title

string

Optional. Display title of the connector.

description

string

Optional. Human-readable description of the connector, shown on the connector detail page. One connector has a single description.

shortDescription

string

Optional. Short, subtitle-length description of the connector (e.g. shown beneath the connector name in list and detail views).

author

string

Optional. The party that authored the connector, e.g. "Google" or a third-party provider name. Lets end users see who authored a connector (future: third-party-authored connectors).

note

string

Optional. Free-form, multi-line note about the connector's capabilities or a custom note that can be set for the connector.