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

     1    {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "title": "Jixie Adapter Params",
     4      "description": "A schema which validates params accepted by the Jixie adapter",
     5      "type": "object",
     6      "properties": {
     7        "unit" : {
     8          "type": "string",
     9          "description": "The unit code of an inventory target",
    10          "minLength": 18
    11        },
    12        "accountid" : {
    13          "type": "string",
    14          "description": "The accountid of an inventory target"
    15        },
    16        "jxprop1" : {
    17          "type": "string",
    18          "description": "jxprop1 of an inventory target"
    19        },
    20        "jxprop2" : {
    21          "type": "string",
    22          "description": "jxprop2 of an inventory target"
    23        }
    24      },
    25      "required": ["unit"]
    26    }
    27