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

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5          {
     6              "id": "test-imp-id",
     7              "banner": {
     8                  "format": [
     9                      {
    10                          "w": 300,
    11                          "h": 250
    12                      },
    13                      {
    14                          "w": 300,
    15                          "h": 600
    16                      }
    17                  ]
    18              },
    19              "tagid": "16",
    20              "ext": {
    21                  "deepintent": {
    22                      "tagId": "16"
    23                  }
    24              }
    25          }
    26      ],
    27      "app": {
    28          "id": "1",
    29          "bundle": "com.wls.testwlsapplication"
    30      },
    31      "device": {
    32          "ip": "123.123.123.123",
    33          "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    34      }
    35  },
    36  "expectedMakeRequestsErrors": [
    37    {
    38      "value": "Impression id=test-imp-id, has invalid Ext",
    39      "comparison": "literal"
    40    }
    41  ]
    42  }