{
  "mocks": [
    {
      "request": {
        "path": "/bidding"
      },
      "response": {
        "body": "BiddingLogicV2.js"
      }
    },
    {
      "request": {
        "path": "/scoring"
      },
      "response": {
        "body": "ScoringLogic.js"
      }
    },
    {
      "request": {
        "path": "/seller/reportImpression"
      },
      "response": {
        "body": null
      },
      "verify_not_called": true
    },
    {
      "request": {
        "path": "/scoring/trusted"
      },
      "response": {
        "body": "ScoringSignals.json"
      }
    },
    {
      "request": {
        "path": "/bidding/trusted"
      },
      "response": {
        "body": "BiddingSignals.json"
      }
    },
    {
      "request": {
        "path": "/buyer/reportImpression"
      },
      "response": {
        "body": null
      },
      "verify_not_called": true
    }
  ],
  "substitutions": {
    "<daily-update-uri>": "{adtech1_url}/bidding/daily",
    "<ad-render-uri-1>": "{adtech1_url}/render_ad/1",
    "<ad-render-uri-2>": "{adtech1_url}/render_ad/2",
    "<buyer-trusted-bidding-uri>": "{adtech1_url}/bidding/trusted",
    "<buyer-reporting-uri>": "{adtech2_url}/buyer/reportImpression",
    "<seller-reporting-uri>": "{adtech1_url}/seller/reportImpression"
  }
}