Schema: Possible type error in image-camera-calibration-model.calibration-model-type
The description of image-camera-calibration-model.calibration-model-type suggests that this field could be an enum instead of string.
"image-camera-calibration-model": {
"description": "Information required to specify the camera calibration model. Details given in properties.",
"type": "object",
"properties": {
"calibration-model-type": {
"description": "e.g.: rectilinear air, rectilinear water, fisheye air, fisheye water, other",
"type": "string"
},
[...]
}
},