LinkedIn · Schema

SegmentDestination

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
destination string Destination platform
View JSON Schema on GitHub

JSON Schema

linkedin-segmentdestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SegmentDestination",
  "title": "SegmentDestination",
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "enum": [
        "LINKEDIN"
      ],
      "description": "Destination platform",
      "example": "LINKEDIN"
    }
  }
}