Skip to content

Commit b299d21

Browse files
committed
Merge branch '1349_item_id' into 1304_add_items_to_subset
2 parents b5a5e3d + 2993871 commit b299d21

File tree

1 file changed

+1
-0
lines changed
  • src/superannotate/lib/core/entities

1 file changed

+1
-0
lines changed

src/superannotate/lib/core/entities/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class BaseItemEntity(TimedBaseModel):
264264
createdAt: str = Field(description="Date of creation")
265265
updatedAt: str = Field(description="Update date")
266266
custom_metadata: Optional[dict]
267+
id: Optional[int]
267268

268269
class Config:
269270
extra = Extra.allow

0 commit comments

Comments
 (0)