Created
August 3, 2025 19:30
-
-
Save ljohnso16/7162554ada87a11fab21d8909e7094fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Social Media Captions", | |
"type": "object", | |
"properties": { | |
"instagram_caption": { | |
"type": "string", | |
"description": "Caption formatted for Instagram with line breaks and hashtags" | |
}, | |
"facebook_caption": { | |
"type": "string", | |
"description": "Longer, conversational caption for Facebook" | |
}, | |
"linkedin_caption": { | |
"type": "string", | |
"description": "Professional and insight-driven caption for LinkedIn" | |
}, | |
"hashtags": { | |
"type": "string", | |
"description": "Comma-separated or space-separated list of hashtags appropriate for each platform" | |
} | |
}, | |
"additionalProperties": false | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment