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

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "title": "Silverpush OpenRTB Bidder Adapter",
     4      "description": "A schema which validates params accepted by the SilverPush adapter",
     5      "type": "object",
     6    
     7      "properties": { 
     8        "publisherId": {
     9           "type":"string",
    10           "description": "Publisher id provided by silverpush"
    11        },
    12        "bidfloor": {
    13           "type":"number", 
    14           "description": "Minimum price in USD. bidFloor applies to a specific unit. For example, use the following value to set a $1.50 floor: 1.50."
    15        }
    16      },
    17    
    18      "required": ["publisherId"]
    19    }