{
  "mocks": [
    {
      "request": {
        "path": "/bidding"
      },
      "response": {
        "body": "BiddingLogicV2Beacon.js"
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/scoring"
      },
      "response": {
        "body": "ScoringLogicBeacon.js"
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/scoring/trusted"
      },
      "response": {
        "body": "ScoringSignals.json"
      }
    },
    {
      "request": {
        "path": "/bidding/trusted"
      },
      "response": {
        "body": "BiddingSignals.json"
      }
    },
    {
      "request": {
        "path": "/bidding/daily"
      },
      "response": {
        "body": "DailyUpdateResponse.json"
      }
    },
    {
      "request": {
        "path": "/reportWin"
      },
      "response": {
        "body": null
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/sellerInteraction?view",
        "method": "POST"
      },
      "response": {
        "body_str": "200 OK"
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/reportResult"
      },
      "response": {
        "body": null
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/buyerInteraction?view",
        "method": "POST"
      },
      "response": {
        "body_str": "200 OK"
      },
      "verify_called": true
    }
  ],
  "substitutions": {
    "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
    "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
    "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
    "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
    "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
    "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
    "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
    "<buyer-reporting-uri>": "{base_url_with_prefix}",
    "<seller-reporting-uri>": "{base_url_with_prefix}"
  }
}