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