esx settings: add on info

The add_on_info structure contains information that describe a specific OEM customization add-on.

Representation:

{
    "name""string",
    "details"{
        "vendor""string",
        "display_version""string",
        "display_name""string"
    },
    "version""string"
}

Attributes:

Name Type Description
Required
details.display_name string Display name of the OEM add-on.

details.vendor string Vendor of the OEM add-on.

details.display_version string Human readable version of the OEM add-on.

name string Name of the add-on

version string Version of the add-on

Optional
details add_on_details Details about the add-on.

Optional. unset if add-on is not present in the depot.