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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Pulsepoint Adapter Params",
     4    "description": "A schema which validates params accepted by the Pulsepoint adapter",
     5    "type": "object",
     6    "properties": {
     7      "cp": {
     8        "type": "integer",
     9        "description": "An ID which identifies the publisher selling the impression"
    10      },
    11      "ct": {
    12        "type": "integer",
    13        "description": "An ID which identifies the ad slot being sold"
    14      }
    15    },
    16    "required": ["cp", "ct"]
    17  }