Represents an equipment item in the system.
Field | Type | Description |
---|---|---|
id | integer | Equipment ID |
title | string | Equipment name |
translated_title | string | Translated equipment name |
description | string | Description |
translated_description | string | Translated description |
link | string | Tutorial link (nullable) |
{
"id": 123,
"title": "...",
"translated_title": "...",
"description": "...",
"translated_description": "...",
"link": "..."
}