1{
2  "mocks": [
3    {
4      "request": {
5        "path": "/bidding"
6      },
7      "response": {
8        "body": "BiddingLogicV2.js"
9      }
10    },
11    {
12      "request": {
13        "path": "/scoring"
14      },
15      "response": {
16        "body": "ScoringLogic.js"
17      }
18    },
19    {
20      "request": {
21        "path": "/scoring/trusted"
22      },
23      "response": {
24        "body": "ScoringSignals.json"
25      }
26    },
27    {
28      "request": {
29        "path": "/bidding/trusted"
30      },
31      "response": {
32        "body": "BiddingSignals.json"
33      }
34    },
35    {
36      "request": {
37        "path": "/mediation"
38      },
39      "response": {
40        "body": "MediationLogic.js"
41      },
42      "verify_called": true
43    }
44  ],
45  "substitutions": {
46    "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
47    "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
48    "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
49    "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
50    "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression",
51    "<seller-reporting-uri>": "{base_url_with_prefix}/seller/reportImpression"
52  }
53}
54