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

     1  {
     2    "description": "Bidder FPD defined with a case sensitive request alias, positive 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        "app": {
    21          "id": "apnAppId"
    22        }
    23      }
    24    }
    25  }