github.com/prebid/prebid-server@v0.275.0/static/bidder-params/adnuntius.json (about)

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "title": "Adnuntius Adapter Params",
     4      "description": "A schema which validates params accepted by the Adnuntius adapter",
     5      "type": "object",
     6  
     7      "properties": {
     8          "auId": {
     9              "type": "string",
    10              "description": "Placement ID"
    11          },
    12          "network": {
    13              "type": "string",
    14              "description": "Network if required"
    15          },
    16          "noCookies": {
    17              "type": "boolean",
    18              "description": "Disable cookies being set by the ad server."
    19          }
    20      },
    21  
    22      "required": ["auId"]
    23  }