github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/operaads.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "description": "A schema which validates params accepted by the OperaAds adapter", 4 "properties": { 5 "placementId": { 6 "description": "Placement ID", 7 "type": "string", 8 "minLength": 1 9 }, 10 "endpointId": { 11 "description": "Endpoint ID", 12 "type": "string", 13 "minLength": 1 14 }, 15 "publisherId": { 16 "description": "Publisher ID", 17 "type": "string", 18 "minLength": 1 19 } 20 }, 21 "required": [ 22 "placementId", 23 "endpointId", 24 "publisherId" 25 ], 26 "title": "OperaAds Adapter Params", 27 "type": "object" 28 }