@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-json-rpc-request-ids-and-error-objects>
  a schema:TechArticle ;
  schema:headline "API JSON-RPC Request IDs and Error Objects" ;
  schema:url <https://anchorfact.org/computer-science/api-json-rpc-request-ids-and-error-objects/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.795" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-json-rpc-request-ids-and-error-objects>
  schema:citation <https://www.jsonrpc.org/specification> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-json-rpc-request-ids-and-error-objects>
  schema:citation <https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/> ;
  af:sourceTier "S" .