github.com/prebid/prebid-server@v0.275.0/static/bidder-params/nanointeractive.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "NanoInteractive Adapter Params",
     4    "description": "A schema which validates params accepted by the NanoInteractive adapter",
     5    "type": "object",
     6    "properties": {
     7      "pid": {
     8        "type": "string",
     9        "description": "Placement id"
    10      },
    11      "nq": {
    12        "type": "array",
    13        "items": {
    14          "type": "string"
    15        },
    16        "description": "search queries"
    17      },
    18      "category": {
    19        "type": "string",
    20        "description": "IAB Category"
    21      },
    22      "subId": {
    23        "type": "string",
    24        "description": "any segment value provided by publisher"
    25      },
    26      "ref" : {
    27        "type": "string",
    28        "description": "referer"
    29      }
    30    },
    31    "required": ["pid"]
    32  }