UNPKG

@bidvol/openrtb-schema-validator

Version:
14 lines (12 loc) 285 B
module.exports = { additionalProperties: false, type: 'object', properties: { w: { type: 'integer' }, h: { type: 'integer' }, wratio: { type: 'integer' }, hratio: { type: 'integer' }, wmin: { type: 'integer' }, exp: { type: 'object' } } }