HostFeatureCapability

HostFeatureCapability
HostFeatureCapability

A feature that the host is able to provide at a particular value.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "featureName": "string",
    "value": "string"
}
string
key
Required

Accessor name to the feature capability.

string
featureName
Required

Name of the feature.

Identical to the key.

string
value
Required

Opaque value that the feature is capable at.