DPCReportPost
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
DPC Report Post Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
dpc_id | str | ✅ | — | — |
reason | str | ✅ | — | — |
description | str | ❌ | — | — |
suggested_correction | str | ❌ | — | — |
files | List[File] | ❌ | [] | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
File — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | str | ✅ | — | — |
file_name | str | ✅ | — | — |
file_type | str | ✅ | — | — |
file_size | int | ❌ | — | — |
uploaded_at | str | ❌ | — | — |
Change history
v1.0.0· 2025-10-25 · Olaniyi Ajayi · Initial version. (57d145520)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /report | — | src/report/dpc_report_post.py |
Change history
v2.0.0 · 2025-10-25 · Olaniyi Ajayi · 57d145520
fx
- Removed field
created_at(breaking). - Removed field
reasons(breaking). - Removed field
updated_at(breaking). - Added required field
reason. - Field
descriptiontype changed: str → Optional[str] (breaking). - Field
filestype changed: Optional[List[str]] → Optional[List[File]] (breaking).
v1.0.0 · 2025-10-17 · Olaniyi Ajayi · db08fb76f
fx
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.