addedInput schema / properties / access_token / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / access_token / type
Removed value: -"string"
addedInput schema / properties / call_to_action_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / call_to_action_type / type
Removed value: -"string"
removedInput schema / properties / creative_id / default
Removed value: -null
addedInput schema / properties / description / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / description / type
Removed value: -"string"
addedInput schema / properties / descriptions / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / descriptions / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / descriptions / type
Removed value: -"array"
removedInput schema / properties / dynamic_creative_spec / additionalProperties
Removed value: -true
addedInput schema / properties / dynamic_creative_spec / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / dynamic_creative_spec / type
Removed value: -"object"
addedInput schema / properties / headline / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / headline / type
Removed value: -"string"
addedInput schema / properties / headlines / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / headlines / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / headlines / type
Removed value: -"array"
addedInput schema / properties / lead_gen_form_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Lead Gen Form Id"
+}
addedInput schema / properties / message / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / message / type
Removed value: -"string"
addedInput schema / properties / name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / name / type
Removed value: -"string"
addedInput schema / required
Added value: +[
+ "creative_id"
+]