github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/cpmstar.json (about) 1 2 { 3 "$schema": "http://json-schema.org/draft-04/schema#", 4 "title": "Cpmstar Adapter Params", 5 "description": "Schema to validate params accepted by the Cpmstar adapter", 6 7 "type": "object", 8 "properties": { 9 "placementId": { 10 "type": "integer", 11 "description": "Cpmstar-specific ID for ad pool" 12 }, 13 "subpoolId": { 14 "type": "integer", 15 "description": "Cpmstar-specific ID for ad subpool" 16 } 17 }, 18 "required": ["placementId"] 19 }