addedInput schema / properties / account
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "account_id": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "brand": {
+ "additionalProperties": false,
+ "properties": {
+ "brand_id": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "domain": {
+ "maxLength": 253,
+ "type": "string"
+ }
+ },
+ "required": [
+ "domain"
+ ],
+ "type": "object"
+ },
+ "operator": {
+ "maxLength": 253,
+ "type": "string"
+ },
+ "sandbox": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / assignments
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "creative_id": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "media_buy_id": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "package_id": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "creative_id"
+ ],
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+}
addedInput schema / properties / creative_ids
Added value: +{
+ "items": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 200,
+ "type": "array"
+}
changedInput schema / properties / creatives / items / additionalProperties
Previous value: -falseNew value: +true
addedInput schema / properties / creatives / items / properties / assets
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / creatives / items / properties / creative_id
Added value: +{
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / creatives / items / properties / format_kind
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / creatives / items / properties / name
Added value: +{
+ "maxLength": 300,
+ "type": "string"
+}
removedInput schema / properties / creatives / items / required
Removed value: -[
- "url",
- "type"
-]
addedInput schema / properties / delete_missing
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / dry_run
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / ext
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / idempotency_key
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / push_notification_config
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / validation_mode
Added value: +{
+ "maxLength": 50,
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "media_buy_id",
- "creatives"
-]New value: +[
+ "creatives"
+]