{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateAShareWithRequest", "title": "CreateAShareWithRequest", "type": "object", "example": { "owner": "urn:li:organization:{{organization_id}}", "text": { "annotations": [ { "entity": "urn:li:organization:1337", "length": 8, "start": 6 } ], "text": "Hello LinkedIn world!" }, "subject": "Test Share Subject", "distribution": { "linkedInDistributionTarget": {} }, "content": { "contentEntities": [ { "entityLocation": "https://www.example.com", "thumbnails": [ { "resolvedUrl": "https://www.example.com/image.jpg" } ] } ], "title": "Test Share with Content title" } } }