addedInput schema / properties / access_token / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / access_token / type
Removed value: -"string"
addedInput schema / properties / account_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / account_id / type
Removed value: -"string"
addedInput schema / properties / interest_fbid_list / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / interest_fbid_list / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / interest_fbid_list / type
Removed value: -"array"
addedInput schema / properties / interest_list / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / interest_list / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / interest_list / type
Removed value: -"array"
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"