github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/req-two-imps-with-and-without-stored-bid-responses.json (about)

     1  {
     2    "description": "request with two valid imp with stored bid responses",
     3    "mockBidRequest": {
     4      "id": "some-request-id",
     5      "site": {
     6        "page": "test.somepage.com"
     7      },
     8      "imp": [
     9        {
    10          "id": "imp-id1",
    11          "banner": {
    12            "format": [
    13              {
    14                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "appnexus": {
    21              "placementId": 12883451
    22            }
    23          }
    24        },
    25        {
    26          "id": "imp-id2",
    27          "banner": {
    28            "format": [
    29              {
    30                "w": 300,
    31                "h": 600
    32              }
    33            ]
    34          },
    35          "ext": {
    36            "amx": {
    37              "placementId": 12883451
    38            },
    39            "prebid": {
    40              "storedbidresponse": [
    41                {"bidder":"amx", "id": "bidResponseId2"}
    42              ]
    43            }
    44          }
    45        }
    46      ]
    47    },
    48    "expectedReturnCode": 200
    49  }