Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Nov 3, 2023
1 parent afc31d9 commit 0f67023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/static/bidder-params/teads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Teads Adapter Params",
"description": "A schema which validates params accepted by the Teads adapter",

"type": "object",
"properties": {
"placementId": {
Expand All @@ -11,5 +10,7 @@
"minimum": 1
}
},
"required": ["placementId"]
"required": [
"placementId"
]
}

0 comments on commit 0f67023

Please sign in to comment.