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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "TheMediaGrid Adapter Params",
     4    "description": "A schema which validates params accepted by TheMediaGrid adapter",
     5    "type": "object",
     6    "properties": {
     7      "uid": {
     8        "type": "integer",
     9        "description": "An ID which identifies this placement of the impression"
    10      },
    11      "keywords": {
    12        "type": "object",
    13        "description": "Keywords",
    14        "properties": {
    15          "site": {
    16            "type": "object"
    17          },
    18          "user": {
    19            "type": "object"
    20          }
    21        }
    22      }
    23    },
    24    "required": []
    25  }