PbmCapabilityDescription
PbmCapabilityDescription
A property value with description.
It can be repeated under DiscreteSet. E.g., set of tags, each with description and tag name.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"description": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"messageCatalogKeyPrefix": "string",
"messageArg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
},
"value": {
"_typeName": "string"
}
}
description
Required
Description of the property value
value
Required
Values for the set.
must be one of the supported datatypes as defined in PbmBuiltinTypeEnum Must only contain unique values to comply with the Set semantics