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

     1  {
     2  	"$schema": "http://json-schema.org/draft-04/schema#",
     3  	"title": "richaudience Adapter Params",
     4  	"description": "A schema which validates params accepted by the richaudience adapter",
     5  	"type": "object",
     6  
     7  	"properties": {
     8  		"pid": {
     9  		  "type": "string",
    10  		  "description": "Placement ID"
    11  		},
    12  		"supplyType": {
    13  			"type": "string",
    14  			"description": "Type integration"
    15  		},
    16  		"test": {
    17  			"type": "boolean",
    18  			"description": "TestMode"
    19  		},
    20  		"bidFloor": {
    21  			"type": "number",
    22  			"description": "floor price"
    23  		},
    24  		"bidFloorCur": {
    25  			"type": "string",
    26  			"description": "currency floor price"
    27  		}
    28  	  },
    29  	
    30  	  "required": ["pid", "supplyType"]
    31  }