SettingsSolutionInfo

The SolutionInfo structure contains information that describe solution registered in the software specification.


Properties

components Required

Components registered by the solution.


string
version Required

Version of the solution.


details Optional

Details about the solution from the depot. unset if solution is not present in the depot.

JSON Example

{
	"components": [
		{
			"component": "string"
		}
	],
	"version": "string"
}

Feedback

Was this page helpful?