{
  "mocks": [
    {
      "request": {
        "path": "/bidding",
        "header": {
          "x_fledge_buyer_bidding_logic_version": "3"
        }
      },
      "response": {
        "body": "BiddingLogicV3WithDebugReporting.js",
        "header": {
          "x_fledge_buyer_bidding_logic_version": "3"
        }
      }
    },
    {
      "request": {
        "path": "/scoring"
      },
      "response": {
        "body": "ScoringLogicWithDebugReporting.js"
      }
    },
    {
      "request": {
        "path": "/scoring/trusted"
      },
      "response": {
        "body": "ScoringSignals.json"
      }
    },
    {
      "request": {
        "path": "/bidding/trusted"
      },
      "response": {
        "body": "BiddingSignals.json"
      }
    },
    {
      "request": {
        "path": "/buyer/reportImpression"
      },
      "response": {
        "body": null
      }
    },
    {
      "request": {
        "path": "/seller/reportImpression"
      },
      "response": {
        "body": null
      }
    },
    {
      "request": {
        "path": "/buyer/reportWin"
      },
      "response": {
        "body": null
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/buyer/reportLoss"
      },
      "response": {
        "body": null
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/seller/reportWin"
      },
      "response": {
        "body": null
      },
      "verify_called": true
    },
    {
      "request": {
        "path": "/seller/reportLoss"
      },
      "response": {
        "body": null
      },
      "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}/buyer/reportImpression",
    "<seller-reporting-uri>": "{base_url_with_prefix}/seller/reportImpression",
    "<buyer-win-debug-reporting-uri>": "{base_url_with_prefix}/buyer/reportWin",
    "<buyer-loss-debug-reporting-uri>": "{base_url_with_prefix}/buyer/reportLoss",
    "<seller-win-debug-reporting-uri>": "{base_url_with_prefix}/seller/reportWin",
    "<seller-loss-debug-reporting-uri>": "{base_url_with_prefix}/seller/reportLoss"
  }
}