SettingsDepotContentComponentsVersionsInfo
The Versions.Info structure defines the information regarding a component version.
Properties
category
Required
Category of the component version.
string
contact
Required
Contact email for the component version.
string
description
Required
Discription of the component version.
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the component.
string
kb
Required
Link to kb article related to this the component version.
string
release_date
Required
Release date of the component version.
string
summary
Required
Summary of the component version.
urgency
Required
Urgency of the component version.
string
vendor
Required
Vendor of the component.
JSON Example
{
"category": "enum",
"contact": "string",
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "enum",
"vendor": "string"
}