attribute instead of metadata
This commit is contained in:
@@ -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