$path = 'file:\/\/\/specs\/operators.json#\/definitions\/number';
preg_match('("\$ref\":\$path")', $jsonString, $match);
{"type":"object","properties":{"id":{"$ref":"file:\/\/\/specs\/operators.json#\/definitions\/number","description":"описание"}
$path = 'file:\/\/\/specs\/operators.json#\/definitions\/number';
$path = preg_quote($path);
$jsonString = '{"type":"object","properties":{"id":{"$ref":"file:\/\/\/specs\/operators.json#\/definitions\/number","description":"описание"}';
preg_match('~("\$ref":"'.$path.'")~', $jsonString, $match);
var_export($match);
https://ideone.com/IBxj24