Skip to content

Commit edfe6e5

Browse files
committed
fix json schema
1 parent 8adc00c commit edfe6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapillary_tools/geotag/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class InterpolationOption:
140140
"type": "integer",
141141
},
142142
"interpolation_offset_time": {
143-
"type": "float",
143+
"type": "number",
144144
},
145145
"interpolation_use_gpx_start_time": {
146146
"type": "boolean",

0 commit comments

Comments
 (0)