github.com/prebid/prebid-server/v2@v2.18.0/adapters/orbidder/orbiddertest/supplemental/ext-unmarshall-error.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "format": [
     7            {
     8              "w": 300,
     9              "h": 250
    10            }
    11          ],
    12          "ext": {
    13            "bidder": {
    14              "accountId": []
    15            }
    16          }
    17        }
    18      ],
    19      "app": {
    20        "bundle": "com.prebid"
    21      },
    22      "device": {
    23        "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    24      }
    25    },
    26    "expectedMakeRequestsErrors": [
    27      {
    28        "value": "Wrong orbidder bidder ext: json: cannot unmarshal array into Go struct field ExtImpOrbidder.accountId of type string",
    29        "comparison": "literal"
    30      }
    31    ]
    32  }