github.com/prebid/prebid-server@v0.275.0/adapters/pubnative/pubnativetest/supplemental/invalid-params.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id-1",
     7          "banner": {},
     8          "ext": {
     9            "bidder": {}
    10          }
    11        },
    12        {
    13          "id": "test-imp-id-1",
    14          "audio": {
    15            "startdelay": 0,
    16            "minduration": 10,
    17            "maxduration": 30,
    18            "maxextended": 30,
    19            "minbitrate": 300,
    20            "maxbitrate": 1500,
    21            "api": [
    22              1,
    23              2
    24            ],
    25            "protocols": [
    26              9,
    27              10
    28            ],
    29            "mimes": [
    30              "audio/aac",
    31              "audio/mp4",
    32              "audio/mpeg"
    33            ],
    34            "delivery": [
    35              2
    36            ]
    37          },
    38          "ext": {
    39            "bidder": {}
    40          }
    41        }
    42      ],
    43      "site": {
    44        "id": "siteID",
    45        "publisher": {
    46          "id": "1234"
    47        }
    48      },
    49      "device": {
    50        "os": "android"
    51      }
    52    },
    53    "expectedMakeRequestsErrors": [
    54      {
    55        "value": "Size information missing for banner",
    56        "comparison": "literal"
    57      },
    58      {
    59        "value": "Pubnative only supports banner, video or native ads.",
    60        "comparison": "literal"
    61      }
    62    ]
    63  }