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