github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/global-fpd-not-defined-app.json (about)

     1  {
     2    "description": "req.app.ext.data is present but req.ext.prebid is not defined; expect req.app.ext.data remains the same and no FPD data for bidders",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "app": {
     6        "id": "reqAppId",
     7        "keywords": "appKeywords",
     8        "publisher": {
     9          "id": "1"
    10        },
    11        "ext": {
    12          "amp": 1,
    13          "data": {
    14            "someappfpd": "appfpdDataTest"
    15          }
    16        }
    17      },
    18      "test": 1
    19    },
    20    "outputRequestData":  {
    21      "id": "bid_id",
    22      "app": {
    23        "id": "reqAppId",
    24        "keywords": "appKeywords",
    25        "publisher": {
    26          "id": "1"
    27        },
    28        "ext": {
    29          "amp":1,
    30          "data": {
    31            "someappfpd": "appfpdDataTest"
    32          }
    33        }
    34      },
    35      "test": 1
    36    },
    37    "biddersFPDResolved": {},
    38    "validationErrors": []
    39  }