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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Bright Mountain Media Adapter Params",
     4    "description": "A schema which validates params accepted by the Bright Mountain Media adapter",
     5    "type": "object",
     6    "properties": {
     7      "placement_id": {
     8        "type": "number",
     9        "minimum": 1,
    10        "description": "Placement ID from Bright Mountain Media"
    11      }
    12    },
    13    "required": [
    14      "placement_id"
    15    ]
    16  }