Settings_ComponentInfo
Settings_ComponentInfo
The ComponentInfo structure contains information that describe a specific component version in a software specification.
JSON Example
{
"version": "string",
"details": {
"display_name": "string",
"vendor": "string",
"display_version": "string"
}
}
string
version
Optional
Version of the component. unset if version is not specified or removed.
details
Optional
The ComponentDetails structure contains information that provide more details about the component from the depot.
Returned By