OperationRef Examples suggests a value with a missing / separator after the paths in operationRef:
'#/paths~12.0~1repositories~1/{username}/get' , but it should be '#/paths/~12.0~1repositories~1/{username}/get' == '#/paths/<'/2.0/repositories/{username}'.encode()>/get.
The example of an absolute operationRef correctly uses a JSON Pointer with a /paths/<JSON Pointer-encoded path item>.
Related to #1152