Settings_EffectiveComponentInfo
Settings_EffectiveComponentInfo
The EffectiveComponentInfo structure contains information that describe a component and how that component appeared in the software specification.
JSON Example
{
"version": "string",
"details": {
"display_name": "string",
"display_version": "string",
"vendor": "string",
"source": "string",
"note": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"overridden_components": [
{
"version": "string",
"display_version": "string",
"source": "Settings_ComponentSource Object",
"note": "Std_LocalizableMessage Object"
}
]
}
}
string
version
Required
Version of the component.
details
Optional
The EffectiveComponentDetails structure contains information that provide more details about the component from the depot.