Skip to main content

VehicleAttribute

Version: v4.0.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

Vehicle Attribute Model

Fields

FieldTypeRequiredDefaultDescription
display_namestr
idstr
key_namestr
value`strboolintfloat`
value_typeValueTypeEnum (STRING, FLOAT, INTEGER, BOOLEAN)Value Type Enum for attributes
is_id_requiredbool
unable_to_map_to_masterboolFalse
created_atstr
updated_atstr

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
EventEventBridgePartCatalogImagesProcessedsrc/handle_dismantly_fitment.py

Change history

v4.0.0 · 2025-12-22 · Olaniyi Ajayi · 72439152a

fx

  • Field value type changed: str → Union[str, bool, int, float] (breaking).
v3.0.0 · 2025-10-24 · Olaniyi Ajayi · bd5ef3280

updated dpc model

  • Removed field name (breaking).
  • Added optional field created_at.
  • Added required field display_name.
  • Added required field is_id_required.
  • Added required field key_name.
  • Added optional field unable_to_map_to_master.
  • Added optional field updated_at.
  • Added required field value_type.
  • Field value type changed: List[str] → str (breaking).
v2.0.0 · 2025-10-17 · Olaniyi Ajayi · d69979131

fix

  • Added optional field id.
  • Field value type changed: str → List[str] (breaking).
v1.0.0 · 2025-10-02 · Olaniyi Ajayi · 310a3b54d

init

  • Initial version.

Generated from dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.

Models last synced: 2026-06-23 13:21 UTC