attribute instead of metadata
This commit is contained in:
7
app/models/attribute.py
Normal file
7
app/models/attribute.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from pydantic import BaseModel
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
|
class Attribute(BaseModel):
|
||||||
|
value: str
|
||||||
|
type: Optional[str]
|
||||||
|
id: str
|
Reference in New Issue
Block a user