Settings_DepotContent_AddOns_Versions_Info

Settings_DepotContent_AddOns_Versions_Info
Settings_DepotContent_AddOns_Versions_Info

The Versions.Info structure defines the information regarding a OEM add-on version.

JSON Example
{
    "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"
        }
    ]
}
string
display_name
Required

Display name of the OEM add-on.

string
vendor
Required

Vendor 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.

string
description
Required

Discription of the OEM add-on.

category
Required

The Versions.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.

string As date-time
release_date
Required

Release date of the OEM add-on.

components
Required

List of components in this OEM add-on.

removed_components
Required

List of components removed by this OEM add-on.