Skill
Skill is a value object that specifies the skill information. It can also be used to create skills.
Note: Skill is used as the INPUT in the following operations:
-
Operation createSkills
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
id |
Long |
ID of the skill. |
No |
N/A |
name |
String |
Name of the skill. |
Yes |
N/A |
description |
String |
Description of the skill. |
No |
N/A |
enabled |
boolean |
Boolean value - true if the skill is enabled. |
Yes |
N/A |
category |
String |
Category of the skill. |
No |
N/A |