github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/33across.json (about) 1 2 { 3 "$schema": "http://json-schema.org/draft-04/schema#", 4 "title": "33Across Adapter Params", 5 "description": "A schema which validates params accepted by the 33Across adapter", 6 7 "type": "object", 8 "properties": { 9 "productId": { 10 "type": "string", 11 "description": "Product type" 12 }, 13 "siteId": { 14 "type": "string", 15 "description": "Site Id" 16 }, 17 "zoneId": { 18 "type": "string", 19 "description": "Zone Id" 20 } 21 }, 22 "required": ["productId", "siteId"] 23 }