github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractbidderconfigfpd/bidder-config-duplicated.json (about)

     1  {
     2    "description": "Verifies error presence in case more than one bidder config specified for the same bidder",
     3    "inputRequestData": {
     4      "data": {},
     5      "bidderconfig": [
     6        {
     7          "bidders": [
     8            "appnexus"
     9          ],
    10          "config": {
    11            "ortb2": {
    12              "site": {
    13                "id": "apnSiteId",
    14                "ext": {
    15                  "data": {
    16                    "sitefpddata": "sitefpddata",
    17                    "moreFpd": {
    18                      "fpd": 123
    19                    },
    20                    "morefpdData": "morefpddata"
    21                  }
    22                }
    23              }
    24            }
    25          }
    26        },
    27        {
    28          "bidders": [
    29            "appnexus",
    30            "telaria",
    31            "testBidder2"
    32          ],
    33          "config": {
    34            "ortb2": {
    35              "user": {
    36                "id": "telariaUserData",
    37                "ext": {
    38                  "data": {
    39                    "userdata": "fpduserdata"
    40                  }
    41                }
    42              },
    43              "app": {
    44                "id": "telariaAppData",
    45                "ext": {
    46                  "data": {
    47                    "appdata": "fpdappdata"
    48                  }
    49                }
    50              }
    51            }
    52          }
    53        }
    54      ]
    55    },
    56    "outputRequestData": {},
    57    "bidderConfigFPD": {},
    58    "validationErrors": [
    59      {
    60        "Message": "multiple First Party Data bidder configs provided for bidder: appnexus"
    61      }
    62    ]
    63  }