ViewHighlightCreateInput
Operator highlight payload. Provide pano_id (and optionally
pano_idinteger
Pano to highlight. Omit (null) to mark the slot empty.
rotationnumber
Pano rotation in radians. Optional; ignored when pano_id is null.
slot_idstring
Slot to bind. Must belong to the requested schema.
ViewHighlightCreateInput
{
"pano_id": 0,
"rotation": 0,
"slot_id": "string"
}