{ "$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 } } } } }