github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/videosupplemental/no-maxduration.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": [
     9              "video/mp4",
    10              "video/3gpp",
    11              "video/x-ms-wmv"
    12            ],
    13            "minduration": 5,
    14            "protocols": [
    15              4,
    16              5,
    17              6,
    18              8
    19            ]
    20          },
    21          "ext": {
    22            "bidder": {
    23              "tagid": "123456"
    24            }
    25          }
    26        }
    27      ],
    28      "device": {
    29        "ua": "test-user-agent",
    30        "ip": "123.123.123.123",
    31        "language": "en",
    32        "dnt": 0
    33      },
    34      "site": {
    35        "domain": "www.publisher.com",
    36        "page": "http://www.publisher.com/awesome/site"
    37      },
    38      "user": {
    39        "buyeruid": "test_reader_id"
    40      }
    41    },
    42    "expectedMakeRequestsErrors": [
    43      {
    44        "value": "Missing required video parameter",
    45        "comparison": "literal"
    46      }
    47    ],
    48    "httpCalls": []
    49  }