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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "sspBC Bid Adapter Params",
     4    "description": "A schema which validates params accepted by the sspBC bid adapter",
     5    "type": "object",
     6    "properties": {
     7      "siteid": {
     8        "type": [
     9          "string"
    10        ],
    11        "description": "Identifier of site that is selling the impression"
    12      },
    13      "id": {
    14        "type": [
    15          "string"
    16        ],
    17        "description": "Identifier of adslot that the auction in running on"
    18      },
    19      "test": {
    20        "type": [
    21          "integer"
    22        ],
    23        "description": "Switch that enables test responses"
    24      }
    25    },
    26    "required": []
    27  }