{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-ad-account-create-request-structure.json", "name": "AdAccountCreateRequest", "description": "AdAccountCreateRequest from LinkedIn API", "type": "object", "properties": { "currency": { "type": "string", "example": "USD" }, "name": { "type": "string", "example": "XYZ Company" }, "notifiedOnCampaignOptimization": { "type": "boolean", "example": true }, "notifiedOnCreativeApproval": { "type": "boolean", "example": true }, "notifiedOnCreativeRejection": { "type": "boolean", "example": true }, "notifiedOnEndOfCampaign": { "type": "boolean", "example": true }, "reference": { "type": "string", "example": "urn:li:organization:12345678" }, "type": { "type": "string", "enum": [ "BUSINESS", "ENTERPRISE" ], "example": "BUSINESS" }, "test": { "type": "boolean", "example": true } }, "required": [ "currency", "name", "reference", "type" ] }