UNPKG

@bidvol/openrtb-schema-validator

Version:
10 lines (8 loc) 174 B
module.exports = { additionalProperties: false, type: 'object', properties: { coppa: { type: 'integer', enum: [0, 1] }, ext: { type: 'object' } } }