Skip to content

Commit

Permalink
update params scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
saar120 committed Nov 26, 2024
1 parent 50d1293 commit b76086d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/bidder-params/kueezrtb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"cId": {
"type": "string",
"description": "The connection id.",
"minLength": 1
"minLength": 1,
"pattern": "^[a-zA-Z0-9_]+$"
}
},
"required": [
"cId"
]
],
"additionalProperties": false
}

0 comments on commit b76086d

Please sign in to comment.