VehicleFile
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
VehicleFile model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
vehicle_id | str | ✅ | — | — |
file_count | int | ✅ | — | — |
file_types | List[VehicleFileType] (pdf, jpg, png, docx, doc, xlsx, xls, pptx, ppt, csv) | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | GET /file | — | src/files/vehicle_file_post.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · 2ffc9c19c
part ready
- Initial version.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.