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

<https://anchorfact.org/kb/computer-science/webhooks-and-event-driven-apis>
  a schema:TechArticle ;
  schema:headline "Webhooks and Event-Driven APIs" ;
  schema:url <https://anchorfact.org/computer-science/webhooks-and-event-driven-apis/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/webhooks-and-event-driven-apis>
  schema:citation <https://docs.github.com/en/webhooks> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/webhooks-and-event-driven-apis>
  schema:citation <https://docs.stripe.com/webhooks> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/webhooks-and-event-driven-apis>
  schema:citation <https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md> ;
  af:sourceTier "S" .