github.com/prebid/prebid-server@v0.275.0/firstpartydata/tests/resolvefpd/req-site-not-defined.json (about)

     1  {
     2    "description": "Incorrect bidder specific FPD: site not defined in request",
     3    "inputRequestData": {
     4      "user": {
     5        "id": "reqUserID",
     6        "yob": 1982,
     7        "gender": "M"
     8      }
     9    },
    10    "bidderConfigFPD": {
    11      "appnexus": {
    12        "site": {
    13          "page": "",
    14          "ext": {
    15            "data": {
    16              "morefpdData": "morefpddata",
    17              "siteFpddata": "siteFpddata",
    18              "moreFpd": {
    19                "fpd": 123
    20              }
    21            }
    22          }
    23        }
    24      }
    25    },
    26    "outputRequestData": {},
    27    "validationErrors": [
    28      {
    29        "Message": "incorrect First Party Data for bidder appnexus: Site object is not defined in request, but defined in FPD config"
    30      }
    31    ]
    32  }
    33