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

<https://anchorfact.org/kb/computer-science/api-contract-testing-and-mock-servers>
  a schema:TechArticle ;
  schema:headline "API Contract Testing and Mock Servers" ;
  schema:url <https://anchorfact.org/computer-science/api-contract-testing-and-mock-servers/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-contract-testing-and-mock-servers>
  schema:citation <https://docs.pact.io/getting_started/what_is_pact_good_for> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-contract-testing-and-mock-servers>
  schema:citation <https://docs.pact.io/implementation_guides/javascript/docs/consumer> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-contract-testing-and-mock-servers>
  schema:citation <https://stoplight.io/open-source/prism> ;
  af:sourceTier "B" .