vehicle_storage
Defines the vehicle storage artifact for data persistence.
Entry Information
| Property | Value |
|---|---|
| Entry ID | vehicle_storage |
| Type | Artifact |
| Color | Orange |
| Icon | fa6-solid:database |
Description
An artifact entry that handles vehicle data persistence. This artifact stores all vehicle-related data, including vehicle instances, ownership, and state. The artifact ID can be customized for separate data tracking.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Data persistence identifier (default: 'vehicles-data') |
Usage Example
- entry: vehicle_storage
name: "Vehicle Storage"
comment: "Default vehicle data storage artifact"
group: "storage"
artifactId: "vehicles-data"