CapabilityProperties interface
Model that represents the Capability properties model.
Properties
| description | Localized string of the description. |
| parameters |
URL to retrieve JSON schema of the Capability parameters. |
| publisher | String of the Publisher that this Capability extends. |
| target |
String of the Target Type that this Capability extends. |
| urn | String of the URN for this Capability Type. |
Property Details
description
Localized string of the description.
description?: string
Property Value
string
parametersSchema
URL to retrieve JSON schema of the Capability parameters.
parametersSchema?: string
Property Value
string
publisher
String of the Publisher that this Capability extends.
publisher?: string
Property Value
string
targetType
String of the Target Type that this Capability extends.
targetType?: string
Property Value
string
urn
String of the URN for this Capability Type.
urn?: string
Property Value
string