github.com/prebid/prebid-server@v0.275.0/adapters/nextmillennium/nextmillenniumtest/supplemental/empty-seatbid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "testimpid",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 320,
    11                "h": 250
    12              },
    13              {
    14                "w": 320,
    15                "h": 300
    16              }
    17            ],
    18            "w": 320,
    19            "h": 250
    20          },
    21          "ext": {
    22            "bidder": {
    23              "placement_id": "7819"
    24            }
    25          }
    26        }
    27      ]
    28    },
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "https://pbs.nextmillmedia.com/openrtb2/auction",
    33          "body": {
    34            "id": "testid",
    35            "ext": {
    36              "prebid": {
    37                "storedrequest": {
    38                  "id": "7819"
    39                }
    40              }
    41            },
    42            "imp": [
    43              {
    44                "banner": {
    45                  "format": [
    46                    {
    47                      "h": 250,
    48                      "w": 320
    49                    },
    50                    {
    51                      "h": 300,
    52                      "w": 320
    53                    }
    54                  ],
    55                  "h": 250,
    56                  "w": 320
    57                },
    58                "ext": {
    59                  "prebid": {
    60                    "storedrequest": {
    61                      "id": "7819"
    62                    }
    63                  }
    64                },
    65                "id": "testimpid"
    66              }
    67            ]
    68          }
    69        },
    70        "mockResponse": {
    71          "status": 200,
    72          "body": {
    73            "seatbid": []
    74          }
    75        }
    76      }
    77    ],
    78    "expectedBidResponses": []
    79  }