Skip to main content

DPCReportPost

Version: v2.0.0

Supporting model

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

Overview

DPC Report Post Model

Fields

FieldTypeRequiredDefaultDescription
dpc_idstr
reasonstr
descriptionstr
suggested_correctionstr
filesList[File][]

Embedded models

Models embedded in the fields above — shown inline; they have no separate page.

File — v1.0.0
FieldTypeRequiredDefaultDescription
urlstr
file_namestr
file_typestr
file_sizeint
uploaded_atstr

Change history

  • v1.0.0 · 2025-10-25 · Olaniyi Ajayi · Initial version. (57d145520)

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /reportsrc/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 description type changed: str → Optional[str] (breaking).
  • Field files type 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.

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