Settings_DepotContent_Components_ComponentVersionSummary

Settings_DepotContent_Components_ComponentVersionSummary
Settings_DepotContent_Components_ComponentVersionSummary

The Components.ComponentVersionSummary structure defines the summary information regarding a version of a component.

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

Version of the component.

string
display_version
Required

Human readable version of the component.

string
summary
Required

Summary of the component version.

category
Required

The Components.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 Components.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 As date-time
release_date
Required

Release date of the component version.