SettingsAddOnSpec

The AddOnSpec structure contains fields 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

JSON Example

{
	"name": "string",
	"version": "string"
}

Feedback

Was this page helpful?