{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-conversions-fetch-active-campaigns-response200-structure.json", "name": "FetchActiveCampaignsResponse200", "description": "FetchActiveCampaignsResponse200 from LinkedIn API", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "int32" }, "count": { "type": "int32" }, "links": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "rel": { "type": "string" }, "href": { "type": "string" } } } }, "total": { "type": "int32" } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "int32" } } } } } }