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