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.
1 parent 6a60326 commit f8c405eCopy full SHA for f8c405e
labelbox/schema/data_row_metadata.py
@@ -60,7 +60,7 @@ class Config:
60
# Metadata base class
61
class DataRowMetadataField(_CamelCaseMixin):
62
schema_id: SchemaId
63
- value: DataRowMetadataValue
+ value: Any
64
65
66
class DataRowMetadata(_CamelCaseMixin):
0 commit comments