{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateADynamicSpotlightRequest", "title": "UpdateADynamicSpotlightRequest", "type": "string", "example": "\"{\\n \\\"patch\\\": {\\n \\\"$set\\\": {\\n \\\"content\\\": {\\n \\\"spotlight\\\": {\\n \\\"callToAction\\\": \\\"New Action\\\",\\n \\\"description\\\": \\\"New Description\\\",\\n \\\"headline\\\": \\\"New Headline\\\",\\n \\\"landingPage\\\": \\\"http://example.com\\\", \\n \\\"organizationName\\\": \\\"New Organization Name\\\",\\n \\\"logo\\\": \\\"urn:li:image:def\\\",\\n\\t \\\"showMemberProfilePhoto\\\": false\\n }\\n }\\n }\\n }\\n}\\n\"" }