{ "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-schema.org/draft/2020-12/schema", "title": "Campaign", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-campaign-schema.json", "description": "Campaign schema from Amazon Advertising API" }