{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-creative-create-request-structure.json", "name": "CreativeCreateRequest", "description": "CreativeCreateRequest from LinkedIn API", "type": "object", "properties": { "campaign": { "type": "string", "example": "urn:li:sponsoredCampaign:444555666" }, "reference": { "type": "string", "example": "urn:li:ugcPost:123456789" }, "status": { "type": "string", "example": "ACTIVE" }, "type": { "type": "string", "example": "SPONSORED_VIDEO" }, "variables": { "type": "object", "properties": { "data": { "type": "object" } } } }, "required": [ "campaign", "reference", "status", "type" ] }