github.com/prebid/prebid-server@v0.275.0/adapters/madvertise/madvertisetest/supplemental/required-ext.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id-1",
     7          "banner": {
     8            "format": [{"w": 300, "h": 250}]
     9          }
    10        }
    11      ]
    12    },
    13    "expectedMakeRequestsErrors": [
    14      {
    15        "value": "unexpected end of JSON input; ImpID=test-imp-id-1",
    16        "comparison": "literal"
    17      }
    18    ]
    19  }