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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "CWire Adapter Params",
     4    "description": "A schema which validates params accepted by the CWire adapter",
     5    "type": "object",
     6    "properties": {
     7      "placementId": {
     8        "type": "integer",
     9        "description": "An ID which identifies this placement of the impression"
    10      },
    11      "pageId": {
    12        "type": "integer",
    13        "description": "An ID which identifies the site selling the impression"
    14      },
    15      "cwcreative": {
    16        "type": "string",
    17        "description": "An CWire ID of the creative that we want to show"
    18      },
    19      "cwdebug": {
    20        "type": "boolean",
    21        "description": "Enable CWire debug mode"
    22      },
    23      "cwfeatures": {
    24        "type": "array",
    25        "items": {
    26          "type": "string"
    27        },
    28        "description": "A string array of CWire features"
    29      }
    30    },
    31    "required": []
    32  }