LinkedIn · JSON Structure

Linkedin Regulations Data Portability Image Reference Structure

ImageReference from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

ImageReference 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

cropped original cropInfo

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-reference-structure.json",
  "name": "ImageReference",
  "description": "ImageReference from LinkedIn API",
  "type": "object",
  "properties": {
    "cropped": {
      "$ref": "#/components/schemas/ImageAsset"
    },
    "original": {
      "$ref": "#/components/schemas/ImageAsset"
    },
    "cropInfo": {
      "type": "object",
      "properties": {
        "x": {
          "type": "int32",
          "example": 0
        },
        "y": {
          "type": "int32",
          "example": 0
        },
        "width": {
          "type": "int32",
          "example": 400
        },
        "height": {
          "type": "int32",
          "example": 400
        }
      }
    }
  }
}