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