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 bc735ce commit 67eaa69Copy full SHA for 67eaa69
src/superannotate_schemas/__init__.py
@@ -6,7 +6,7 @@
6
7
from superannotate_schemas.validators import AnnotationValidators
8
9
-__version__ = '1.0.43dev2'
+__version__ = '1.0.43dev3'
10
11
__all__ = [
12
"__version__",
src/superannotate_schemas/schemas/external/video.py
@@ -124,7 +124,7 @@ class PolylineParameter(BaseParameter):
124
125
126
class PointParameter(BaseParameter):
127
- timestamps: conlist(StrictNumber, min_items=2)
+ timestamps: conlist(PointTimeStamp, min_items=2)
128
129
130
class EventParameter(BaseParameter):
0 commit comments