Attribute
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Attribute model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
id | str | ❌ | — | — |
name | str | ✅ | — | — |
is_system_wide | bool | ❌ | False | — |
is_deleted | bool | ❌ | False | — |
deleted_at | str | ❌ | — | — |
attribute_type | str | ✅ | — | — |
attribute_to_value_cardinality | str | ✅ | — | — |
is_required | bool | ✅ | — | — |
is_recommended | bool | ✅ | — | — |
is_derived_from_vehicle_attributes | bool | ✅ | — | — |
vehicle_attribute_key | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
values | List[Value] | ❌ | [] | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
Value — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tenant_id | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
name | str | ✅ | — | — |
created_at | str | ❌ | — | — |
id | str | ✅ | — | — |
is_system_wide | bool | ❌ | False | — |
Change history
v1.0.0· 2025-12-18 · Olaniyi Ajayi · Initial version. (ea8e0a21a)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /addAttributeToPartType | — | src/part_type/add_attribute_to_part_type.py |
Change history
v1.0.0 · 2025-12-18 · Olaniyi Ajayi · ea8e0a21a
fix part type service
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.