SettingsAddOnInfo
The AddOnInfo structure contains information that describe a specific OEM customization add-on.
Properties
string
name
Required
Name of the add-on
string
version
Required
Version of the add-on
details
Optional
Details about the add-on. unset if add-on is not present in the depot.
JSON Example
{
"name": "string",
"version": "string"
}