{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateInmailContentRequest", "title": "CreateInmailContentRequest", "type": "string", "example": "\"{\\n \\\"account\\\": \\\"\\\",\\n \\\"name\\\": \\\"test strings\\\",\\n \\\"subject\\\": \\\"test subject\\\",\\n \\\"sender\\\": \\\"\\\",\\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\\\": \\\"\\\"\\n }\\n }\\n}\"" }