github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/onetag.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "Onetag Adapter Params", 4 "description": "A schema which validates params accepted by the Onetag adapter", 5 "type": "object", 6 7 "properties": { 8 "pubId": { 9 "type": "string", 10 "minLength": 1, 11 "description": "The publisher’s ID provided by OneTag" 12 }, 13 "ext": { 14 "type": "object", 15 "description": "A set of custom key-value pairs" 16 } 17 }, 18 19 "required": ["pubId"] 20 }