LinkedIn · Schema

StreamMultipleConversionEventsResponse200

StreamMultipleConversionEventsResponse200 from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
elements array
View JSON Schema on GitHub

JSON Schema

linkedin-marketing-conversions-stream-multiple-conversion-events-response200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-conversions-stream-multiple-conversion-events-response200-schema.json",
  "title": "StreamMultipleConversionEventsResponse200",
  "description": "StreamMultipleConversionEventsResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer"
          }
        }
      }
    }
  }
}