UNPKG

openrtb

Version:

A Javascript library which builds and validates OpenRTB objects

17 lines 257 B
module.exports = { "type": "object", "properties": { "private_auction": { "type": "integer" }, "deals": { "type": "array", "items": { "type": "object" } }, "ext": { "type": "object" } } };