{ "type": "object", "properties": { "campaignId": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string", "enum": [ "enabled", "paused", "archived" ] }, "dailyBudget": { "type": "number" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "targetingType": { "type": "string", "enum": [ "manual", "auto" ] }, "premiumBidAdjustment": { "type": "boolean" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Campaign", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-campaign-structure.json", "description": "Campaign schema from Amazon Advertising API" }