github.com/prebid/prebid-server/v2@v2.18.0/adapters/deepintent/deepintenttest/supplemental/no_ext-2.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "test-banner-imp-id",
     7            "banner": {
     8              "format": [
     9                {
    10                  "w": 300,
    11                  "h": 250
    12                }
    13              ]
    14            },
    15            "ext": {}
    16          }
    17        ],
    18        "site": {
    19          "domain": "deepintent.com",
    20          "page": "http://deepintent.com/"
    21        }
    22      },
    23      "expectedMakeRequestsErrors": [
    24        {
    25          "value": "Impression id=test-banner-imp-id, has invalid Ext",
    26          "comparison": "literal"
    27        }
    28      ]
    29    }
    30