github.com/prebid/prebid-server/v2@v2.18.0/adapters/gumgum/gumgumtest/supplemental/missing-video-params.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                  ],
    11                  "protocols": [
    12                      1,
    13                      2
    14                  ],
    15                  "w": 640,
    16                  "h": 480,
    17                  "startdelay": 1,
    18                  "placement": 1,
    19                  "linearity": 1
    20              },
    21              "ext": {
    22                  "bidder": {
    23                      "zone": "ggumtest"
    24                  }
    25              }
    26          }
    27      ]
    28      },
    29      "expectedMakeRequestsErrors": [
    30        {
    31          "value": "Invalid or missing video field(s)",
    32          "comparison": "literal"
    33        }
    34      ]
    35    }
    36