Settings_DepotContent_Components_Versions_Info
The Versions.Info structure defines the information regarding a component version.
{
"display_name": "string",
"vendor": "string",
"display_version": "string",
"summary": "string",
"description": "string",
"category": "string",
"urgency": "string",
"kb": "string",
"contact": "string",
"release_date": "string"
}
Display name of the component.
Vendor of the component.
Human readable version of the component.
Summary of the component version.
Discription of the component version.
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
The Versions.UrgencyType enumerated type defines possible values of urgencies for a component.
CRITICAL : Critical
IMPORTANT : Important
MODERATE : Moderate
LOW : Low
GENERAL : General
Link to kb article related to this the component version.
Contact email for the component version.
Release date of the component version.