SettingsSolutionDetails

The SolutionDetails structure contains information that provide more details about the solution from the depot.


Properties

components Required

Components registered by the solution. If the component is not present in the depot, then corresponding details are absent from the list.


string
display_name Required

Display name of the solution.


string
display_version Required

Display version of the solution.

JSON Example

{
	"components": [
		{
			"component": "string",
			"display_name": "string",
			"vendor": "string"
		}
	],
	"display_name": "string",
	"display_version": "string"
}

Feedback

Was this page helpful?