UNPKG

openrtb

Version:

A Javascript library which builds and validates OpenRTB objects

23 lines 302 B
var schema = { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "cat": { "type": "array", "items": { "type": "string" } }, "domain": { "type": "string" }, "ext": { "type": "object" } } }