Connector_1_1_0
Connector_1_1_0 Document
Connector information document
Version 1.1.0 adds information about HA and BAA subscriptions.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
display_name |
string |
Friendly name of the connector |
id |
string |
Unique id of this connector type |
is_baa |
boolean |
Subscription for this connector supports a BAA |
is_ha |
boolean |
Subscription for this connector supports high assurance |
version |
string |
Semantic version of this connector implementation |
{
"DATA_TYPE": "connector#1.1.0",
"display_name": "POSIX",
"id": "string",
"is_baa": true,
"is_ha": true,
"version": "string"
}