LinkedIn · Schema

RequestMetaData

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
sponsoredAccount string URN of the sponsored account
View JSON Schema on GitHub

JSON Schema

linkedin-requestmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequestMetaData",
  "title": "RequestMetaData",
  "type": "object",
  "properties": {
    "sponsoredAccount": {
      "type": "string",
      "description": "URN of the sponsored account",
      "example": "urn:li:sponsoredAccount:123456789"
    }
  }
}