Skip to content

skill

A model skill, with value from 1-3 in relation to a skill type configured in Settings > Types.

ACCESS

Returned as child in:

model.skills

Example

json
{
  "id": 1,
  "model_id": 1,
  "model_skill_type_id": 1,
  "value": 3,
  "name": "Karate",
  "category": "Martial Arts"
}

Properties

id integer
model_id integer
model_skill_type_id integer
value integer

1, 2, or 3, corresponding to a star value.

name string
category string