wip: crud refactor

This commit is contained in:
grillazz
2025-08-23 17:53:18 +02:00
parent 93f2e66bd0
commit d722504e55
6 changed files with 30 additions and 31 deletions

View File

@@ -7,7 +7,9 @@ config = ConfigDict(from_attributes=True)
class RandomStuff(BaseModel):
chaos: dict[str, Any] = Field(..., description="JSON data for chaos field")
chaos: dict[str, Any] = Field(
..., description="Pretty chaotic JSON data can be added here..."
)
class StuffSchema(BaseModel):