SettingsSolutionSpec

The SolutionSpec structure contains fields that describe solution registered in the software specification.


Properties

components Required

Components registered by the solution.


string
version Required

Version of the solution.

JSON Example

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

Feedback

Was this page helpful?