SkillVersion interface
A specific version of a skill.
Properties
| created_at | The Unix timestamp (seconds) when the skill version was created. |
| description | A human-readable description of the skill version. |
| id | The unique identifier of the skill version. |
| name | The name of the skill version. |
| skill_id | The identifier of the parent skill. |
| version | The version identifier. Skill versions are immutable. |
Property Details
created_at
The Unix timestamp (seconds) when the skill version was created.
created_at: Date
Property Value
Date
description
A human-readable description of the skill version.
description: string
Property Value
string
id
The unique identifier of the skill version.
id: string
Property Value
string
name
The name of the skill version.
name: string
Property Value
string
skill_id
The identifier of the parent skill.
skill_id: string
Property Value
string
version
The version identifier. Skill versions are immutable.
version: string
Property Value
string