We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a5e3d + 2993871 commit b299d21Copy full SHA for b299d21
src/superannotate/lib/core/entities/base.py
@@ -264,6 +264,7 @@ class BaseItemEntity(TimedBaseModel):
264
createdAt: str = Field(description="Date of creation")
265
updatedAt: str = Field(description="Update date")
266
custom_metadata: Optional[dict]
267
+ id: Optional[int]
268
269
class Config:
270
extra = Extra.allow
0 commit comments