Schema: Possible type error in image-camera-pose.pose-utm-zone
The description and definition of image-camera-pose.pose-utm-zone suggests that the field should be a number rather then a string.
"image-camera-pose": {
"description": "Information required to specify camera pose. Details given in properties.",
"type": "object",
"properties": {
"pose-utm-zone": {
"description": "The UTM zone number",
"type": "string"
},...
}
}