github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/definemedia.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "Define Media Adapter Params", 4 "description": "A schema which validates params accepted by the DM adapter", 5 "type": "object", 6 7 "properties": { 8 "mandantId": { 9 "type": "integer", 10 "description": "The DEFINE-MEDIA mandant id. This is a unique identifier for your account. Please contact your account manager for more information." 11 }, 12 13 "adslotId":{ 14 "type": "integer", 15 "description": "The adslot id. This is a unique identifier for your adslot and may change on subparts on a website. Please contact your account manager for more information." 16 } 17 }, 18 "required": ["mandantId"] 19 }