From 59a1ff68e86fbb443ca74d923b8056e9c2c8c81d Mon Sep 17 00:00:00 2001 From: guscarreon Date: Wed, 18 Dec 2019 15:35:41 -0500 Subject: [PATCH] Simplify static/bidder-params/triplelift_native.json (#1152) --- static/bidder-params/triplelift_native.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/static/bidder-params/triplelift_native.json b/static/bidder-params/triplelift_native.json index c81230aa6e0..4fd71c722ba 100644 --- a/static/bidder-params/triplelift_native.json +++ b/static/bidder-params/triplelift_native.json @@ -11,11 +11,5 @@ }, "floor" : {"description" : "the bid floor, in usd", "type": "number" } }, - "oneOf": [{ - "oneOf": [{ - "required": ["inventoryCode"] - }] }], - "not": { - "required": ["floor"] - } + "required": ["inventoryCode"] }