SettingsDepotsAddonVersion
The AddonVersion structure contains fields that describe a specific version of an addon.
Properties
string
display_version
Required
Human readable version of the addon.
string
version
Required
Version of the addon.
JSON Example
{
"display_version": "string",
"version": "string"
}