github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/imp-with-stored-bid-resp.json (about)

     1  {
     2    "description": "request with impression with stored bid response",
     3    "mockBidRequest": {
     4      "id": "request-with-stored-resp",
     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            "prebid": {
    24              "storedbidresponse": [
    25                {"bidder":"testBidder1", "id": "bidResponseId1"}
    26              ]
    27            }
    28          }
    29        }
    30      ],
    31      "user": {
    32        "yob": 1989
    33      }
    34    },
    35    "expectedReturnCode": 200
    36  }