github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/lemmadigital.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "Lemma Adapter Params", 4 "description": "A schema which validates params accepted by the Lemma adapter", 5 "type": "object", 6 7 "properties": { 8 "pid": { 9 "type": "integer", 10 "description": "Publisher ID" 11 }, 12 "aid": { 13 "type": "integer", 14 "description": "Ad ID" 15 } 16 }, 17 18 "required": ["pid", "aid"] 19 }