PbmCapabilitySchemaVendorInfo
PbmCapabilitySchemaVendorInfo
Information about vendor/owner of the capability metadata schema
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vendorUuid": "string",
"info": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"messageCatalogKeyPrefix": "string",
"messageArg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
string
vendorUuid
Required
Unique identifier for the vendor who owns the given capability schema definition
info
Required
Captures name and description information about the vendor/owner of the schema.
- The
summary.label
property (label) contains vendor name information in server locale. - The
summary.summary
property (summary) contains vendor description string in server locale. - The
summary.messageCatalogKeyPrefix
property (messageCatalogKeyPrefix) contains unique prefix for the vendor information within given message catalog.