attributes not attribute, remove optional from solution model
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ from models.attribute import Attribute
|
||||
|
||||
class Item(BaseModel):
|
||||
id: int
|
||||
attribute: List[Attribute]
|
||||
attributes: List[Attribute]
|
||||
|
||||
Reference in New Issue
Block a user