Add is_system field to ProjectResponse schema

This commit is contained in:
Mondo Diaz
2026-01-30 13:11:11 -06:00
parent 2b2dbae38b
commit 06b2beb152

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