github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/sharethrough.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Sharethrough Adapter Params",
     4    "description": "A schema which validates params accepted by the Sharethrough adapter",
     5    "type": "object",
     6    "properties": {
     7      "pkey": {
     8        "type": "string",
     9        "description": "Placement Key"
    10      },
    11      "badv": {
    12        "type": "array",
    13        "minItems": 0,
    14        "items": {
    15          "type": "string"
    16        },
    17        "description": "Blocked Advertiser Domains"
    18      },
    19      "bcat": {
    20        "type": "array",
    21        "minItems": 0,
    22        "items": {
    23          "type": "string"
    24        },
    25        "description": "Blocked IAB Categories"
    26      }
    27    },
    28    "required": ["pkey"]
    29  }