SettingsDepotContentComponentsComponentVersionSummary
The Components.ComponentVersionSummary structure defines the summary information regarding a version of a component.
Properties
category
Required
Category of the component version.
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.
string
version
Required
Version of the component.
JSON Example
{
"category": "enum",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "enum",
"version": "string"
}