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 2009cec + deaf249 commit a707912Copy full SHA for a707912
labelbox/data/serialization/labelbox_v1/label.py
@@ -110,7 +110,7 @@ class Review(BaseModel):
110
id: str
111
created_at: str
112
created_by: str
113
- label_id: str
+ label_id: Optional[str] = None
114
115
class Config:
116
alias_generator = camel_case
@@ -246,4 +246,4 @@ def _is_url(self) -> bool:
246
"s3://")) or "tileLayerUrl" in self.row_data
247
248
249
- allow_population_by_field_name = True
+ allow_population_by_field_name = True
0 commit comments