github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartrtb/smartrtbtest/supplemental/bad-pub-value.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "abc",
     4      "site": {
     5        "page": "prebid.org"
     6      },
     7      "imp": [
     8        {
     9          "id": "imp123",
    10          "banner": {
    11            "format": [
    12              {
    13                "w": 300,
    14                "h": 250
    15              }
    16            ],
    17            "w": 300,
    18            "h": 250
    19          },
    20          "ext": {
    21            "bidder": {
    22              "pub_id": 0,
    23              "zone_id": "N4zTDq3PPEHBIODv7cXK",
    24              "force_bid": true
    25            }
    26          }
    27        }
    28      ]
    29    },
    30  
    31    "expectedMakeRequestsErrors": [
    32      {
    33        "value": "json: cannot unmarshal number into Go struct field ExtImpSmartRTB.pub_id of type string",
    34        "comparison": "literal"
    35      }
    36    ]
    37  }