github.com/prebid/prebid-server@v0.275.0/static/bidder-params/videobyte.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "VideoByte Adapter Params",
     4    "description": "A schema which validates params accepted by the VideoByte adapter",
     5  
     6    "type": "object",
     7    "properties": {
     8      "pubId": {
     9        "type": "string",
    10        "description": "Publisher ID"
    11      },
    12      "placementId": {
    13        "type": "string",
    14        "description": "Placement ID"
    15      },
    16      "nid": {
    17        "type": "string",
    18        "description": "Network ID"
    19      }
    20    },
    21    "required": ["pubId"]
    22  }