feat(#357): custom_field_definitions generisch — W4b-Muster (422/403-Entity-Checks, {items,total}-Shape, ACL-Fix), zentrale Helper, Plural-Ableitungs-Fix

This commit is contained in:
Agent Zero
2026-08-29 01:27:24 +02:00
parent 36dd7c5101
commit b5036a1fc0
8 changed files with 442 additions and 71 deletions
+7
View File
@@ -62,3 +62,10 @@ class CustomFieldDefinitionResponse(BaseModel):
updated_by: uuid.UUID | None = None
created_at: datetime
updated_at: datetime
class CustomFieldDefinitionListResponse(BaseModel):
"""List response — {items, total} shape consumed by the frontend."""
items: list[CustomFieldDefinitionResponse]
total: int