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

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "title": "Sovrn XSP Adapter Params",
     4      "description": "Schema validating params accepted by the Sovrn XSP adapter",
     5      "type": "object",
     6      "properties": {
     7        "pub_id": {
     8          "type": "string",
     9          "description": "Assigned publisher ID",
    10          "minLength": 4
    11        },
    12        "med_id": {
    13          "type": "string",
    14          "description": "Property ID not zone ID not provided"
    15        },
    16        "zone_id": {
    17          "type": "string",
    18          "description": "Specific zone ID for this placement, belonging to app/site",
    19          "minLength": 20
    20        },
    21        "force_bid": {
    22          "type": "boolean",
    23          "description": "Force bids with a test creative"
    24        }
    25      },
    26      "required": [ "pub_id" ]
    27    }