# SkillVersionResource
## Properties
**object** | **String** | The object type, which is `skill.version`. |
**id** | **String** | Unique identifier for the skill version. |
**skill_id** | **String** | Identifier of the skill for this version. |
**version** | **String** | Version number for this skill. |
**created_at** | **i32** | Unix timestamp (seconds) for when the version was created. |
**name** | **String** | Name of the skill version. |
**description** | **String** | Description of the skill version. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)