Schema: Possible type error in image-camera-housing-viewport.viewport-type
The description of image-camera-housing-viewport.viewport-type suggests that this field could be an enum instead of string.
"image-camera-housing-viewport": {
"description": "Information on the camera pressure housing viewport (the glass). Details given in properties.",
"type": "object",
"properties": {
"viewport-type": {
"description": "e.g.: flat port, dome port, other",
"type": "string"
},
[...]
}
},