Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 3.38 KB

File metadata and controls

13 lines (8 loc) · 3.38 KB

SkillsLevel

The hierarchal level of the skill

⚠️ DEPRECATED: This will be removed in a future release, please migrate away from it as soon as possible.

Fields

Field Type Required Description
value JsonNullable<SkillsLevelValue> The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
sourceValue JsonNullable<SkillsLevelSourceValue> 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.