ExtensionClientInfo
ExtensionClientInfo
This data object type describes a client of the extension.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"version": "string",
"description": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"company": "string",
"type": "string",
"url": "string"
}
string
version
Required
Client version number as a dot-separated string.
For example, "1.0.0"
description
Required
Description of client.
string
company
Required
Company information.
string
type
Required
Type of client (examples may include win32, .net, linux, etc.).
string
url
Required
Plugin url.