{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-conversions-create-a-new-conversion-response201-structure.json", "name": "CreateANewConversionResponse201", "description": "CreateANewConversionResponse201 from LinkedIn API", "type": "object", "properties": { "postClickAttributionWindowSize": { "type": "int32", "example": 42 }, "conversionMethod": { "type": "string", "example": "example_value" }, "viewThroughAttributionWindowSize": { "type": "int32", "example": 42 }, "created": { "type": "int32", "example": 42 }, "type": { "type": "string", "example": "example_value" }, "enabled": { "type": "boolean", "example": true }, "associatedCampaigns": { "type": "array", "items": {} }, "campaigns": { "type": "array", "items": {} }, "name": { "type": "string", "example": "Example Name" }, "id": { "type": "int32", "example": 42 }, "lastModified": { "type": "int32", "example": 42 }, "attributionType": { "type": "string", "example": "example_value" }, "urlRules": { "type": "array", "items": {} }, "account": { "type": "string", "example": "example_value" } } }