SettingsComponentOverrideInfo

The ComponentOverrideInfo structure contains fields that describe how the component was overridden.


Properties

string
display_version Required

Human readable version of the component override.


note Required

Note explaining the override.


source Required

The ComponentSource enumerated type contains the component’s source information.
BASE_IMAGE : Base image is the source for this component
ADD_ON : Addon is the source for this component
USER : User is the source for this component
SOLUTION : Solution is the source for this component
HARDWARE_SUPPORT_PACKAGE : Hardware Support Package (HSP) is the source for this component

Possible values are: BASE_IMAGEADD_ONUSERSOLUTIONHARDWARE_SUPPORT_PACKAGE


string
version Required

Version of the component override.

JSON Example

{
	"display_version": "string",
	"note": {
		"args": [
			"string"
		],
		"default_message": "string",
		"id": "string"
	},
	"source": "BASE_IMAGE",
	"version": "string"
}

Feedback

Was this page helpful?