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": "/bidding/daily/shoes" 38 }, 39 "response": { 40 "body": "InvalidJson.json" 41 }, 42 "verify_called": true 43 }, 44 { 45 "request": { 46 "path": "/buyer/reportImpression" 47 }, 48 "response": { 49 "body": null 50 } 51 }, 52 { 53 "request": { 54 "path": "/seller/reportImpression" 55 }, 56 "response": { 57 "body": null 58 } 59 } 60 ], 61 "substitutions": { 62 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily", 63 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1", 64 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2", 65 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted", 66 "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression", 67 "<seller-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression" 68 } 69}