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 |
Optional. Display title of the connector. |
description |
Optional. Human-readable description of the connector, shown on the connector detail page. One connector has a single description. |
shortDescription |
Optional. Short, subtitle-length description of the connector (e.g. shown beneath the connector name in list and detail views). |
author |
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 |
Optional. Free-form, multi-line note about the connector's capabilities or a custom note that can be set for the connector. |