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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "UNICORN Adapter Params",
     4    "description": "A schema which validates params accepted by the UNICORN adapter",
     5    "type": "object",
     6    "properties": {
     7      "placementId": {
     8        "type": "string",
     9        "description": "In Application, if placementId is empty, prebid server configuration id will be used as placementId."
    10      },
    11      "publisherId": {
    12        "type": "string",
    13        "description": "Account specific publisher id"
    14      },
    15      "mediaId": {
    16        "type": "string",
    17        "description": "Publisher specific media id"
    18      },
    19      "accountId": {
    20        "type": "integer",
    21        "description": "Account ID for charge request"
    22      }
    23    },
    24    "required" : ["accountId"]
    25  }