SettingsSolutionSpec
The SolutionSpec structure contains fields that describe solution registered in the software specification.
Properties
string
version
Required
Version of the solution.
JSON Example
{
"components": [
{
"component": "string"
}
],
"version": "string"
}