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

     1  
     2  {
     3      "$schema": "http://json-schema.org/draft-04/schema#",
     4      "title": "Vrtcal Adapter Params",
     5      "description": "A schema which validates params accepted by the Vrtcal adapter",
     6    
     7      "type": "object",
     8      "properties": {
     9        "just_an_unused_vrtcal_param": {
    10          "type": "string",
    11          "description": "We only have this param as the prebid server crashes without at least 1 custom param; Not set to required to achieve parameter-less custom functionality"
    12        }
    13      },
    14      "required": []
    15    }