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"
}
],
"removable": false,
"image_customization_action": "string",
"image_customization_description": {
"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"
}
}
}
string
version
Required
Version of the component. It will be empty if the component is removed.
details
Optional
The EffectiveComponentDetails structure contains information that provide more details about the component from the depot.