1{
2  "mocks": [
3    {
4      "request": {
5        "path": "/bidding"
6      },
7      "response": {
8        "body": "BiddingLogicV2AdCostClick.js"
9      }
10    },
11    {
12      "request": {
13        "path": "/scoring"
14      },
15      "response": {
16        "body": "ScoringLogicAdCost.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": "/reportWin"
38      },
39      "response": {
40        "body": null
41      },
42      "verify_called": true
43    },
44    {
45      "request": {
46        "path": "/sellerInteraction?click",
47        "method": "POST"
48      },
49      "response": {
50        "body_str": "200 OK"
51      }
52    },
53    {
54      "request": {
55        "path": "/reportResult"
56      },
57      "response": {
58        "body": null
59      },
60      "verify_called": true
61    },
62    {
63      "request": {
64        "path": "/buyerInteraction?click?adCost=1.0",
65        "method": "POST"
66      },
67      "response": {
68        "body_str": "200 OK"
69      },
70      "verify_called": true
71    }
72  ],
73  "substitutions": {
74    "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
75    "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
76    "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
77    "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
78    "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
79    "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
80    "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
81    "<buyer-reporting-uri>": "{base_url_with_prefix}",
82    "<seller-reporting-uri>": "{base_url_with_prefix}"
83  }
84}
85