{ "type": "object", "properties": { "adGroupId": { "type": "string" }, "campaignId": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string" }, "defaultBid": { "type": "number" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AdGroup", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-ad-group-schema.json", "description": "AdGroup schema from Amazon Advertising API" }