github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/unmarshal-error-video.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some_test_ad",
     4      "site": {
     5        "page": "https://some.domain.us/some/page.html"
     6      },
     7      "imp": [
     8        {
     9          "bidfloor": 0.02,
    10          "id": "looser",
    11          "video":{
    12            "mimes":[
    13              "video/mp4"
    14            ],
    15            "context":"instream",
    16            "w":300,
    17            "h":250
    18          },
    19          "ext": {
    20            "bidder": {
    21              "some": "other thing",
    22              "bidfloor": "One MILLION dollars, ha, ha ha, ha, ha ha!",
    23              "appId": {
    24                "not": "the object",
    25                "you": "were looking for"
    26              }
    27            }
    28          }
    29        }
    30      ]
    31    },
    32  
    33  
    34  
    35    "expectedMakeRequestsErrors": [
    36      {
    37        "value": "ignoring imp id=looser, error while decoding extImpBeachfront, err: json: cannot unmarshal string into Go struct field ExtImpBeachfront.bidfloor of type float64",
    38        "comparison": "literal"
    39      }
    40    ]
    41  }