github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/resolvefpd/bidder-fpd-alias-not-matches.json (about)

     1  {
     2    "description": "Bidder FPD defined with a case sensitive request alias, negative test",
     3    "inputRequestData": {
     4      "app": {
     5        "id": "reqUserID"
     6      }
     7    },
     8    "biddersWithGlobalFPD": [
     9      "requestAlias"
    10    ],
    11    "bidderConfigFPD": {
    12      "REQUESTALIAS": {
    13        "app": {
    14          "id": "apnAppId"
    15        }
    16      }
    17    },
    18    "outputRequestData": {
    19      "requestAlias": {}
    20    }
    21  }