HostsAddOnSpec
The AddOnSpec structure contains fields that describe a specific OEM customization add-on in the software specification.
Properties
string
name
Required
Name of the add-on
string
version
Required
Version of the add-on
JSON Example
{
"name": "string",
"version": "string"
}