Resolve a route's operationRef to an EXISTING operation. Supports the three operation loci:
operationRef
#/paths/<pathTemplate>/requests/<name>
#/webhooks/<name>
#/x-suluk-jobs/<name>
run_core_primitive
Resolve a route's
operationRefto an EXISTING operation. Supports the three operation loci:#/paths/<pathTemplate>/requests/<name>(a pathItem request — the common case)#/webhooks/<name>(an incoming webhook operation)#/x-suluk-jobs/<name>(a non-HTTP job, C025) Returns null when the ref dangles (the resolve-lint failure — Conin's MCP-onlyrun_core_primitive).