github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/adot.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "The Adot Adapter Params",
     4    "description": "A schema which validates params accepted by Adot adapter",
     5    "type": "object",
     6    "properties": {
     7      "placementId": {
     8        "type": "string",
     9        "description": "An ID which identifies this placement of the impression"
    10      },
    11      "parallax": {
    12        "type": "boolean",
    13        "description": "It determines if the wanted advertising format is a parallax."
    14      },
    15      "publisherPath": {
    16        "type": "string",
    17        "description": "An optional path used in the bid endpoint"
    18      }
    19    },
    20    "required": []
    21  }