github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/doc.go (about)

     1  /*
     2  Package openrtb_ext defines all the input validation for Prebid Server's extensions to the OpenRTB 2.5 spec.
     3  
     4  Most of these are defined by simple contract classes.
     5  
     6  One notable exception is the bidder params, which have more complex validation rules.
     7  These are validated by a BidderParamValidator, which relies on the json-schemas from
     8  static/bidder-params/{bidder}.json
     9  */
    10  package openrtb_ext