removedInput schema / properties / adFormat
Removed value: -{
- "default": "DISPLAY_IMAGE",
- "enum": [
- "DISPLAY_IMAGE",
- "IMAGE",
- "DISPLAY"
- ],
- "type": "string"
-}
addedInput schema / properties / advertiserId
Added value: +{
+ "maxLength": 240,
+ "minLength": 1,
+ "type": "string"
+}
removedInput schema / properties / brandName
Removed value: -{
- "maxLength": 120,
- "minLength": 1,
- "type": "string"
-}
addedInput schema / properties / competitorDomain
Added value: +{
+ "maxLength": 300,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / competitorId
Added value: +{
+ "maxLength": 240,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / competitorName
Added value: +{
+ "maxLength": 180,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / includeEvidence
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
removedInput schema / properties / limit
Removed value: -{
- "default": 120,
- "maximum": 120,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / region
Removed value: -{
- "maxLength": 16,
- "minLength": 2,
- "type": "string"
-}
removedInput schema / properties / vertical
Removed value: -{
- "maxLength": 160,
- "minLength": 1,
- "type": "string"
-}
changedInput schema / properties / website / maxLength
Previous value: -255New value: +300
removedInput schema / required
Removed value: -[
- "brandName",
- "website"
-]