Settings_DepotContent_AddOns_AddOnVersionSummary

Settings_DepotContent_AddOns_AddOnVersionSummary
Settings_DepotContent_AddOns_AddOnVersionSummary

The AddOns.AddOnVersionSummary structure defines the summary information regarding a version of an OEM add-on.

JSON Example
{
    "version": "string",
    "display_version": "string",
    "summary": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string"
}
string
version
Required

Version of the OEM add-on.

string
display_version
Required

Human readable version of the OEM add-on.

string
summary
Required

Summary of the OEM add-on version.

category
Required

The AddOns.CategoryType enumerated type defines possible values of categories for a OEM add-on.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix

string As uri
kb
Required

Link to kb article related to this the OEM add-on version.

string As date-time
release_date
Required

Release date of the OEM add-on version.