For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
/**
* @var string
*/
string $value = /* values here *//**
* @var float
*/
float $value = /* values here *//**
* @var bool
*/
bool $value = /* values here *//**
* @var Components\SkillsSourceValueLevel4
*/
Components\SkillsSourceValueLevel4 $value = /* values here *//**
* @var array<mixed>
*/
array $value = /* values here */