github.com/prebid/prebid-server/v2@v2.18.0/adapters/imds/imdstest/supplemental/bad_seat_id.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "seatId": 1927, 18 "tagId": "demo1" 19 } 20 } 21 } 22 ] 23 }, 24 25 "expectedMakeRequestsErrors": [ 26 { 27 "value": "json: cannot unmarshal number into Go struct field ExtImpImds.seatId of type string", 28 "comparison": "literal" 29 } 30 ] 31 }