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

     1  
     2  {
     3    "$schema": "http://json-schema.org/draft-04/schema#",
     4    "title": "Yeahmobi Adapter Params",
     5    "description": "A schema which validates params accepted by the Yeahmobi adapter",
     6  
     7    "type": "object",
     8    "properties": {
     9      "pubId": {
    10        "type": "string",
    11        "description": "Publisher ID",
    12        "minLength": 1
    13      },
    14      "zoneId": {
    15        "type": "string",
    16        "description": "Zone Id",
    17        "minLength": 1
    18      }
    19    },
    20    "required": ["pubId", "zoneId"]
    21  }