Skip to content

Commit

Permalink
RTB House: update parameters (prebid#1785)
Browse files Browse the repository at this point in the history
* update parameters required by RTB House adapter

* tabs to spaces

Co-authored-by: Przemyslaw Iwanczak <[email protected]>
  • Loading branch information
2 people authored and shunj-nb committed Nov 8, 2022
1 parent c9d85fe commit bf5289a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions static/bidder-params/rtbhouse.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "RTB House Adapter Params",
"description": "A schema which validates params accepted by the RTB House adapter",
"type": "object",
"properties": {},
"required": []
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "RTB House Adapter Params",
"description": "A schema which validates params accepted by the RTB House adapter",
"type": "object",
"properties": {
"publisherId": {
"type": "string",
"description": "The publisher’s ID provided by RTB House"
}
},
"required": ["publisherId"]
}

0 comments on commit bf5289a

Please sign in to comment.