LinkedIn · JSON Structure

Linkedin Regulations Data Portability Image Asset Structure

ImageAsset from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

ImageAsset is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

downloadUrl downloadUrlExpiresAt status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-regulations-data-portability-image-asset-structure.json",
  "name": "ImageAsset",
  "description": "ImageAsset from LinkedIn API",
  "type": "object",
  "properties": {
    "downloadUrl": {
      "type": "uri",
      "example": "https://media.licdn.com/dms/image/..."
    },
    "downloadUrlExpiresAt": {
      "type": "int64",
      "example": 1710979200000
    },
    "status": {
      "type": "string",
      "enum": [
        "AVAILABLE",
        "PROCESSING",
        "FAILED"
      ],
      "example": "AVAILABLE"
    }
  }
}