addedInput schema / properties / access_token / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / access_token / type
Removed value: -"string"
addedInput schema / properties / bid_amount / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / bid_amount / type
Removed value: -"integer"
addedInput schema / properties / bid_strategy / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / bid_strategy / type
Removed value: -"string"
addedInput schema / properties / daily_budget / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / daily_budget / title
Previous value: -"daily_budget"New value: +"Daily Budget"
removedInput schema / properties / daily_budget / type
Removed value: -"string"
addedInput schema / properties / frequency_control_specs / anyOf
Added value: +[
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / frequency_control_specs / items
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
removedInput schema / properties / frequency_control_specs / type
Removed value: -"array"
addedInput schema / properties / is_dynamic_creative
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Is Dynamic Creative"
+}
addedInput schema / properties / lifetime_budget / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / lifetime_budget / title
Previous value: -"lifetime_budget"New value: +"Lifetime Budget"
removedInput schema / properties / lifetime_budget / type
Removed value: -"string"
addedInput schema / properties / optimization_goal / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / optimization_goal / type
Removed value: -"string"
addedInput schema / properties / status / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / status / type
Removed value: -"string"
removedInput schema / properties / targeting / additionalProperties
Removed value: -true
addedInput schema / properties / targeting / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / targeting / type
Removed value: -"object"