SettingsComponentInfo
The ComponentInfo structure contains information that describe a specific component version in a software specification.
Properties
details
Optional
Details about the component. unset if component is not present in the depot.
string
version
Optional
Version of the component. unset if version is not specified.
JSON Example
{
"details": {
"display_name": "string",
"display_version": "string",
"vendor": "string"
},
"version": "string"
}