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

     1  {
     2  	"$schema": "http://json-schema.org/draft-04/schema#",
     3  	"title": "Pubnative Adapter Params",
     4  	"description": "A schema which validates params accepted by the Pubnative adapter",
     5  	"type": "object",
     6  	"properties": {
     7  		"zone_id": {
     8  			"type": "integer",
     9  			"description": "The ad zone identifier"
    10  		}, "app_auth_token": {
    11  			"type": "string",
    12  			"description": "The app's authentication token"
    13  		}
    14  	},
    15  	"required": ["zone_id", "app_auth_token"]
    16  }