🔧 chore(schema.py): add 'is_component' field to StoreComponentCreate schema for better data modeling and flexibility
This commit is contained in:
parent
b968fae19e
commit
6e8a98d6e3
1 changed files with 1 additions and 0 deletions
|
|
@ -27,3 +27,4 @@ class StoreComponentCreate(BaseModel):
|
|||
data: dict
|
||||
tags: Optional[List[str]]
|
||||
parent: Optional[UUID]
|
||||
is_component: Optional[bool]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue