{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-conversions-stream-multiple-conversion-events-response200-structure.json", "name": "StreamMultipleConversionEventsResponse200", "description": "StreamMultipleConversionEventsResponse200 from LinkedIn API", "type": "object", "properties": { "elements": { "type": "array", "items": { "type": "object", "properties": { "status": { "type": "int32" } } } } } }