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": "/seller/reportImpression" 22 }, 23 "response": { 24 "body": null 25 }, 26 "verify_not_called": true 27 }, 28 { 29 "request": { 30 "path": "/scoring/trusted" 31 }, 32 "response": { 33 "body": "ScoringSignals.json" 34 } 35 }, 36 { 37 "request": { 38 "path": "/bidding/trusted" 39 }, 40 "response": { 41 "body": "BiddingSignals.json" 42 } 43 }, 44 { 45 "request": { 46 "path": "/buyer/reportImpression" 47 }, 48 "response": { 49 "body": null 50 }, 51 "verify_not_called": true 52 } 53 ], 54 "substitutions": { 55 "<daily-update-uri>": "{adtech1_url}/bidding/daily", 56 "<ad-render-uri-1>": "{adtech1_url}/render_ad/1", 57 "<ad-render-uri-2>": "{adtech1_url}/render_ad/2", 58 "<buyer-trusted-bidding-uri>": "{adtech1_url}/bidding/trusted", 59 "<buyer-reporting-uri>": "{adtech2_url}/buyer/reportImpression", 60 "<seller-reporting-uri>": "{adtech1_url}/seller/reportImpression" 61 } 62}