{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateInmailContentRequest", "title": "CreateInmailContentRequest", "type": "string", "example": "\"{\\n \\\"account\\\": \\\"<Account Number>\\\",\\n \\\"name\\\": \\\"test strings\\\",\\n \\\"subject\\\": \\\"test subject\\\",\\n \\\"sender\\\": \\\"<person urn>\\\",\\n \\\"customFooter\\\": \\\"terms and conditions\\\",\\n \\\"htmlBody\\\":\\\"sample body\\\",\\n \\\"subContent\\\": {\\n \\\"regular\\\": {\\n \\\"callToActionText\\\": \\\"sample string\\\",\\n \\\"callToActionLandingPageUrl\\\":\\\"http://www.linkedin.com\\\",\\n \\\"rightRailAdPicture\\\": \\\"<image urn>\\\"\\n }\\n }\\n}\"" }