SettingsDepotContentAddOnsVersionsInfo
The Versions.Info structure defines the information regarding a OEM add-on version.
Properties
category
Required
The Versions.CategoryType enumerated type defines possible values of categories for a OEM add-on.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
Possible values are: SECURITY , ENHANCEMENT , BUGFIX
components
Required
List of components in this OEM add-on.
string
description
Required
Discription of the OEM add-on.
string
display_name
Required
Display name of the OEM add-on.
string
display_version
Required
Human readable version of the OEM add-on.
string as uri
kb
Required
Link to kb article related to this the OEM add-on.
string as date-time
release_date
Required
Release date of the OEM add-on.
removed_components
Required
List of components removed by this OEM add-on.
string
summary
Required
Summary of the OEM add-on.
string
vendor
Required
Vendor of the OEM add-on.
JSON Example
{
"category": "SECURITY",
"components": [
{
"display_name": "string",
"display_version": "string",
"name": "string",
"version": "string"
}
],
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"removed_components": [
{
"display_name": "string",
"name": "string"
}
],
"summary": "string",
"vendor": "string"
}