Add is_system field to ProjectResponse schema

This commit is contained in:
Mondo Diaz
2026-01-30 13:11:11 -06:00
parent 7b5b0c78d8
commit 424b1e5770

View File

@@ -33,6 +33,7 @@ class ProjectResponse(BaseModel):
name: str
description: Optional[str]
is_public: bool
is_system: bool = False
created_at: datetime
updated_at: datetime
created_by: str