Settings_DepotContent_Components_Versions_Info

Settings_DepotContent_Components_Versions_Info
Settings_DepotContent_Components_Versions_Info

The Versions.Info structure defines the information regarding a component version.

JSON Example
{
    "display_name": "string",
    "vendor": "string",
    "display_version": "string",
    "summary": "string",
    "description": "string",
    "category": "string",
    "urgency": "string",
    "kb": "string",
    "contact": "string",
    "release_date": "string"
}
string
display_name
Required

Display name of the component.

string
vendor
Required

Vendor of the component.

string
display_version
Required

Human readable version of the component.

string
summary
Required

Summary of the component version.

string
description
Required

Discription of the component version.

category
Required

The Versions.CategoryType enumerated type defines possible values of categories for a component.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
RECALL : Recall
RECALL_FIX : Recall-fix
INFO : Info
MISC : Misc
GENERAL : General

urgency
Required

The Versions.UrgencyType enumerated type defines possible values of urgencies for a component.
CRITICAL : Critical
IMPORTANT : Important
MODERATE : Moderate
LOW : Low
GENERAL : General

string As uri
kb
Required

Link to kb article related to this the component version.

string
contact
Required

Contact email for the component version.

string As date-time
release_date
Required

Release date of the component version.