attribute instead of metadata
This commit is contained in:
parent
b472af6020
commit
03e042e91f
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
|
Loading…
x
Reference in New Issue
Block a user